Skip to main content
DELETE
/
categories
/
{uniqid}
Delete a category
curl --request DELETE \
  --url https://api.shoppex.io/dev/v1/categories/{uniqid} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "doc_url": "<string>",
    "details": [
      {
        "field": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Use your API key with the Bearer scheme. Get your key from Dashboard → Settings → API Keys. Format: Authorization: Bearer shx_...

Path Parameters

uniqid
string
required

Response

No Content