Msgs

Sink Delete

Delete a sink.

post/api/v1.msgs.sink.delete

Request body

namespacestring nullable
topicstring required
consumer_groupstring required

Example request

{
  "namespace": "some_namespace",
  "topic": "some_topic_name",
  "consumer_group": "some_consumer_group"
}

Response

topicstring required
consumer_groupstring required
successboolean required

Example response

{
  "topic": "some_topic_name",
  "consumer_group": "some_consumer_group"
}

Changes

Changed in 1 of the 53 revisions of this API.1