Skip to main content
DELETE
/
categories
/
{category_id}
Delete category
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/categories/{category_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

category_id
string
required

Response

Successful Response