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
Name | Required | Type | Description |
---|---|---|---|
productId | Required | string | The unique identifier of the product. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The 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