Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Delete a newsletter tag

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

Delete a newsletter tag and remove it from every letter in the company that had it applied.

uniqueId
required
string

The tag’s unique identifier, from List newsletter tags or Create a newsletter tag.

api
required
boolean

When true, tells the endpoint you are authenticating with a company API key (the key you generate under a company’s administrative settings) rather than a logged-in user session. For API integrations you will almost always set this to true.

Newsletter tag deleted

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