Skip to main content
DELETE
/
topics
/
{id}
Delete a topic
curl --request DELETE \
  --url https://api.sendrealm.com/topics/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}
Topic deletion is a soft delete so historical subscription and automation activity stays auditable.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Topic deleted