Request
DELETE https://backend.net0.com/v1/products/{productId}
Delete an existing product available on your Net0 account with this endpoint.
curl --location --request DELETE 'https://backend.net0.com/v1/products/2' \
--header 'x-api-key: <API_KEY>'
Parameters
Attribute | Type | Description | In |
---|---|---|---|
productId | string | The id of the product to delete. | path |
Response
If the response HTTP status code = 204
, then a successful deletion of the product took place.