Skip to main content

Delete a product

DELETE 

https://euwest.api.elasticpath.com/pcm/products/:productID

Deletes the specified product.

You cannot delete a product if it is part of a bundle. You must first delete the bundle before you delete the product.

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Responses

Deletes the specified product.

Authorization: http

name: bearerAuthtype: httpscheme: bearer
curl -L -X DELETE 'https://euwest.api.elasticpath.com/pcm/products/:productID' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!