delete topic
This commit is contained in:
@@ -61,4 +61,8 @@ export const KafkaTopicApi = {
|
||||
url: "/topic/list",
|
||||
method: "get",
|
||||
},
|
||||
deleteTopic: {
|
||||
url: "/topic",
|
||||
method: "delete",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user