curl --request DELETE \
--url https://apix.spotzee.com/api/client/tags/{tagId} \
--header 'Authorization: Bearer <token>'truePermanently deletes the tag. Existing tag-applications on contacts and segments are removed.
curl --request DELETE \
--url https://apix.spotzee.com/api/client/tags/{tagId} \
--header 'Authorization: Bearer <token>'trueDocumentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
Numeric tag identifier.
17
Returns true once the tag is removed.
The response is of type boolean.
Was this page helpful?