This endpoint deletes an existing tag.
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 of the tag to delete
Indicates whether the call was successful.
Success/error message