replay_delivery_not_retryable
Only failed deliveries can be replayed. A delivery that succeeded, or one still in flight, has nothing to resend.
| Code | Type | HTTP | Category |
|---|---|---|---|
replay_delivery_not_retryable | invalid_request_error | 422 | Webhooks |
Cause
Only failed deliveries can be replayed. A delivery that succeeded, or one still in flight, has nothing to resend.
What to do
Read the status of the delivery: replay applies to failed ones; for a successful delivery, read the event again instead.