POST
/
http_pull_consumers
/
{consumer_name_or_id}
/
nack

Request parameters

consumer_name_or_id
string
required

The ID or name of the consumer.

ack_tokens
string[]
required

An array of ack_token values to nack.

Each message returned by the /receive endpoint contains an ack_token that you can use to `nack“ the message.

Was this page helpful?