Delete a Category

Delete by ID

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

Path Parameters

NameTypeDescription

id

string

The ID for the Category to delete

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

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

Last updated