...
- Request body
- JSON object containing a list of topic name and its properties.under the namespace
e.g. [ {"name" : "topic1", "properties" : { "ttl" : "123231" } }, {"name" : "topic2", "properties" : { "ttl" : "1211" } } ]
- JSON object containing a list of topic name and its properties.under the namespace
- Response
- 200 OK
Delete Topic
...