Skip to content

Deletes a product by its unique identifier.

DELETE
/api/v1/provision/admin/products/{productId}
curl --request DELETE \
--url https://example.com/api/v1/provision/admin/products/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0
productId
required
string format: uuid

The unique identifier of the product to delete.

Returns a 204 No Content status if the deletion is successful, otherwise returns a 404 Not Found status.