Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Delete a tag

DELETE
/api/v3/contacts/tags/{tagId}
curl --request DELETE \
--url 'https://api.tryletterhead.com/api/v3/contacts/tags/1?api=true' \
--header 'Authorization: Bearer <token>'

Deletes a tag from your company audience and removes it from every contact that carries it. This cannot be undone.

This is a company-level (v3) write. Authenticate with a company API key as a Bearer token.

tagId
required
integer

The tag’s numeric identifier.

api
required
boolean

Required. Set to true to authenticate with an API key.

Tag deleted

Media type application/json
object
items
Array
message
string
total
integer
Example
{
"items": [],
"message": "Tag deleted.",
"total": 0
}

Still can’t find what you need? Contact support.