v5

OpenAPI 3.1.02026-08-025631,1012.8 MB
Bucket Syncs

Bulk Mark Dlq Permanently Failed

Mark DLQ entries as permanently failed by error type.

Stops automatic retries for entries matching the specified error types. Use this for structurally unrecoverable errors (e.g. missing proxy URLs, unsupported file types) that will never succeed on retry.

post/v1/buckets/{bucket_id}/syncs/{sync_config_id}/dlq/bulk-mark-failed

Path parameters

bucket_idstring required
sync_config_idstring required

Request body

error_typesstring[] required

Error type names to mark as permanently failed, e.g. ['NotFoundError', 'ValidationError'].

Response

Successful Response

updatedinteger required

Number of DLQ entries marked as permanently failed.