curl --location --request DELETE 'https://www.pacekb.com/api/v2/categories/[id]' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
  "success": true,
  "message": "Category has been deleted"
}
id
string

ID of the tag to delete

Response

success
boolean

Indicates whether the call was successful.

message
string

Success/error message

curl --location --request DELETE 'https://www.pacekb.com/api/v2/categories/[id]' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
  "success": true,
  "message": "Category has been deleted"
}