Skip to main content

Bulk Delete Failed Jobs

POST 

/api/v2/queue-admin/failed-jobs/delete

Bulk-delete failed jobs from Horizon's failed-job index by id (max 10000).

Destructive — the deleted rows cannot be retried after this call. The audit row records the full id list so you can reconstruct what was deleted.

Fields:

  • ids (required array, 1-10000) — failed-job UUIDs.

Authentication: Requires Bearer token.

Request

Responses

Successful response