> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Replays every dead-lettered event back into the active outbox so the next

> flush re-attempts delivery to the sequencer. Safe to call repeatedly: the sequencer dedups by event ID.

flush re-attempts delivery to the sequencer. Safe to call repeatedly: the
sequencer dedups by event ID.

### Response

No response body. Dead-lettered events returned to the queue.

### Status codes

| Code  | Meaning                                    |
| ----- | ------------------------------------------ |
| `200` | Dead-lettered events returned to the queue |
| `403` | Admin credential required                  |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/deadletter/replay' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
