backup_delete_failed
HTTP 503 The platform could not start the removal
What happened
The backup exists and belongs to this server, but the platform did not accept the removal job. This is a temporary failure on our side.
What to do
Retry later with a new idempotency key. Repeating a removal that is already running is safe: the platform treats it as success rather than an error.
Retrying
The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.
How it arrives
{
"type": "https://docs.fiberax.com/errors/backup_delete_failed",
"title": "The platform could not start the removal",
"status": 503,
"code": "backup_delete_failed",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.