Delete a product

Delete a product. Deleting a product is only possible if it has never been sold. Once a product has been sold, it can only be archived.

Deletes an existing product from the merchant's profile.

delete
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Path parameters
idstringRequired

The id of the entry to delete

Responses
chevron-right
200

Returns 200 and the product to retry

No content

delete
/v1/products/{id}

No content

Last updated