curl --request POST \
--url https://api.sequin.io/v1/http-consumers/c906b4a4-0cda-4f46-bd80-255f570c195d/nack \
--header 'Authorization: Bearer YOUR_API_TOKEN'\
--header 'Content-Type: application/json' \
--data '{
"ack_tokens": ["MTYyeJ7abUjl1pO", "MTYyeJ7abUjl1pP"]
}'
<No content>
Consume
Nack messages
Nack messages for an HTTP stream consumer
POST
/
v1
/
http-consumers
/
{id}
/
nack
curl --request POST \
--url https://api.sequin.io/v1/http-consumers/c906b4a4-0cda-4f46-bd80-255f570c195d/nack \
--header 'Authorization: Bearer YOUR_API_TOKEN'\
--header 'Content-Type: application/json' \
--data '{
"ack_tokens": ["MTYyeJ7abUjl1pO", "MTYyeJ7abUjl1pP"]
}'
<No content>
Request parameters
string
required
ID of the consumer.
string[]
required
An 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.curl --request POST \
--url https://api.sequin.io/v1/http-consumers/c906b4a4-0cda-4f46-bd80-255f570c195d/nack \
--header 'Authorization: Bearer YOUR_API_TOKEN'\
--header 'Content-Type: application/json' \
--data '{
"ack_tokens": ["MTYyeJ7abUjl1pO", "MTYyeJ7abUjl1pP"]
}'
<No content>

