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
Example response
{
"acknowledged": true
}