Delete a Product

Delete by ID

DELETE https://api.moltin.com/v2/products/:id

You can quickly delete a Product by ID.

Path Parameters

NameTypeDescription

id

string

The ID for the Product to delete

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

curl -X DELETE https://api.moltin.com/v2/products/:id \
     -H "Authorization: Bearer XXXX"

Last updated