PXM Products/
PXM Products API/
Delete a Product

Delete a Product

DELETE Delete a Product

https://api.moltin.com/pcm/products/:productId

Deletes the specified product.

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

Parameters

Body

NameRequiredTypeDescription
productIdRequiredstringThe unique identifier of the product.

Headers

NameRequiredTypeDescription
AuthorizationRequiredstringThe Bearer token to grant access to the API.

Request Example

curl -X DELETE https://api.moltin.com/pcm/products/6616b002-ef08-4661-a969-5278344dcf67 \
     -H "Authorization: Bearer XXXX" \

Response Example

204 No Content



Was this helpful?

Previous
Update a Product

Learn

Docs