Delete a specific tag
Last updated 3 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/crm/tag?id={{tagId}}
DELETE
https://{{account_id}}.acquire.io/api/v1/crm/tag?id={{tagId}}
Delete a tag. The tagId must be passed in to the endpoint as a query parameter. Warning: This action cannot be undone.
tagId
{ "data": { "deleted": 1 } }
integer
The ID of the tag
Authorization
string
Bearer {{api_key}}