v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
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",
  "topic": "some_topic_name",
  "consumer_group": "some_consumer_group"
}

Response

MsgQueueAckOut required