This is a Backend SDK method, not an HTTP endpoint.
Signature
Parameters
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 of events successfully removed from the queue.
Error cases
| Condition | Error message |
|---|---|
eventIds / event_ids is not an array/list | eventIds must be a non-empty array |
eventIds / event_ids is empty | eventIds must be a non-empty array |
| One or more IDs already acknowledged | Silently skipped — no error |

