v1

latestSwagger 2.0Event Store License v22026-07-17711075.0 KB
Subscriptions

Acknowledge a single message

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/{messageid}

Path parameters

streamstring required

The stream the persistent subscription is on.

subscriptionstring required

The name of the subscription group.

messageidstring required

The id of the message that needs to be acked.

Response

Message was acked