Skip to main content
This is a Backend SDK method, not an HTTP endpoint.
Always save first, acknowledge second. If your database write fails before you acknowledge, the event will be re-delivered on the next poll. That is safe — as long as your save is idempotent (upsert on eventId).

Signature


Parameters

string[]
required
Array of eventId strings to remove from the queue. Get these from event.eventId (Node.js) or event["eventId"] (Python) inside the getWebhookEvents response.

Return value

number
Number of events successfully removed from the queue.


Error cases