Response
Indicates whether the call was successful.
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"
}