Acknowledge a claimed event
Acknowledges a delivery using its current receipt handle. Repeating the same acknowledgement is idempotent; a stale or incorrect receipt returns 409. Acknowledging a delivery that aged out under the subscription's retention returns delivery_not_found — the event was already counted in dropped_events_total, and the acknowledgement should not be retried.
Acknowledge a claimed event Acknowledges a delivery using its current receipt handle. Repeating the same acknowledgement is idempotent; a stale or incorrect receipt returns 409. Acknowledging a delivery that aged out under the subscription's retention returns
delivery_not_found— the event was already counted indropped_events_total, and the acknowledgement should not be retried.