v4

OpenAPI 3.0.0MIT2026-07-311494532.1 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

Headers

idempotency-keystring

A header for idempotency purposes

Response

Topic deleted successfully

acknowledgedboolean required

Indicates if the operation was acknowledged

Example response

{
  "acknowledged": true
}