Skip to main content
DELETE
/
v1
/
tags
/
{tagId}
Delete a tag
curl --request DELETE \
  --url https://api.prod.getdex.com/v1/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
{
  "error": true
}

Use cases

  • Remove a tag that is no longer relevant
  • Clean up unused or duplicate tags
  • Delete a tag as part of a tag taxonomy reorganization
Deleting a tag automatically removes it from all contacts. The contacts themselves are not affected.

Authorizations

Authorization
string
header
required

Use your Dex API key (e.g. dex_abc123...) as the Bearer token.

Path Parameters

tagId
string<uuid>
required

Response

Successful response

error
boolean
required