b8c9ccc86d6e

latestOpenAPI 3.0.0MIT2026-08-101494562.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
}