v4

OpenAPI 3.0.0MIT2026-07-311554531.6 MB
Topics

Delete a topic

Delete a topic by its unique key identifier topicKey. This action is irreversible and will remove all subscriptions to the topic.

delete/v2/topics/{topicKey}

Path parameters

topicKeystring required

The key identifier of the topic

Response

Topic deleted successfully

acknowledgedboolean required

Indicates if the operation was acknowledged

Example response

{
  "acknowledged": true
}