curl --location --request DELETE 'https://www.pacekb.com/api/v2/tags/[id]' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
  "success": true,
  "message": "Tag: Billing 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/tags/[id]' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
  "success": true,
  "message": "Tag: Billing has been deleted"
}