Topics
Remove Topic
Remove a topic and all its endpoints
DELETE
/
v2
/
topics
/
{topicName}
The topic and all its endpoints are removed. In flight messages in the topic are not removed but you will not be able to send messages to the topic anymore.
Request
topicName
string
requiredThe name of the topic to remove.
Response
This endpoint returns 200 if the topic is removed successfully.
Was this page helpful?