Skip to main content
DELETE
/
audience
/
topics
/
{topicId}
Delete a topic
curl --request DELETE \
  --url https://app.lettr.com/api/audience/topics/{topicId} \
  --header 'Authorization: Bearer <token>'
Permanently delete a topic. Requires the audience:write scope and is blocked for sandbox API keys.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

topicId
string<uuid>
required

Topic ID

Response

Topic deleted