Replay a dead-lettered delivery
Re-enqueue a dead-lettered delivery as a fresh attempt-1 job pinned to that endpoint (which is re-enabled if it was auto-disabled).
Re-enqueue a dead-lettered delivery as a fresh attempt-1 job pinned to that endpoint (which is re-enabled if it was auto-disabled). The full 7-attempt schedule restarts. Replay is single-use: a second replay of the same dead letter returns 409. Requires the manage:webhooks scope, which is a dashboard-session scope and cannot be granted to API keys today: every mf_ API key receives 403. Call this endpoint with a dashboard session token (owner, admin, or member). Takes no request body.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The dead-letter id (a bare 26-character ULID, no prefix).
Response
The dead letter was replayed.
idstringrequiredreplayed_atstring<date-time>required