Msgs

Queue Ack

Acknowledges messages by their opaque msg_ids.

Acked messages are permanently removed from the queue and will never be re-delivered.

post/api/v1.msgs.queue.ack

Request body

namespacestring nullable
topicstring required
consumer_groupstring required
msg_idsstring[] required

Example request

{
  "namespace": "some_namespace"
}

Response

MsgQueueAckOut required

Changes