Skip to content

Delete Manual Tag

Tool name: delete-manual-tag

Deletes a manual tag in KlickTipp and takes it off every contact that carries it. Only manual tags can be deleted; a tag KlickTipp puts on contacts itself is refused. A tag that campaigns, automations or other entities still use is refused as well, and the refusal names them, so nothing that depends on the tag breaks silently. This cannot be undone, so only call it for a tag the user has explicitly asked to delete.

Input schema

tagIdinteger, >= 1required

ID of the manual tag to delete

accountIdnull or integer, >= 1

User ID of the account; omit for the account the access token works in

Default:null
Input example
{ "tagId": 1, "accountId": null }

Output schema

accountIdintegerrequired
tagIdintegerrequired
namestringrequired
deletedbooleanrequired
removedFromContactsintegerrequired
Output example
{ "accountId": 0, "tagId": 0, "name": "string", "deleted": true, "removedFromContacts": 0 }