Subscriptions
Acknowledge multiple messages
Clients must acknowledge (or not acknowledge) messages in the competing consumer model. If the client fails to respond in the given timeout period, the message will be retried. You should use the rel links in the feed for acknowledgements not bookmark URIs as they are subject to change in future versions.
post/subscriptions/{stream}/{subscription}/ack
Path parameters
streamstring required
The stream the persistent subscription is on.
subscriptionstring required
The name of the subscription group.
Query parameters
idsstring
The ids of the messages that need to be acked separated by commas.
Response
Messages were acked