Delete a Collection

Delete by ID

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

Path Parameters

NameTypeDescription

id

string

The ID for the Collection to delete

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

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

Last updated