Subscriptions
Negative 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}/nack/{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 nacked.
Query parameters
action'Park' | 'Retry' | 'Skip' | 'Stop'
<ul><li>**Park** - Don't retry the message, park it until a request is sent to reply the parked messages<li>**Retry** - Retry the message<li>**Skip** - Discard the message<li>**Stop** - Stop the subscription</ul>
Response
Message was nacked