Consume
Nack messages
Nack messages for an HTTP stream consumer
POST
/
v1
/
http-consumers
/
{id}
/
nack
Request parameters
id
string
requiredID of the consumer.
ack_tokens
string[]
requiredAn array of ack_token
values to nack.
Each message returned by the /next
endpoint contains an ack_token
that you can use to ack or nack the message.
Was this page helpful?