cURL
curl --request DELETE \ --url https://api.prod.getdex.com/v1/tags/{tagId} \ --header 'Authorization: Bearer <token>'
{ "error": true }
Permanently delete a tag by its ID. The tag is removed from all contacts it was assigned to.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Was this page helpful?