DELETE /backup_and_restore/restores/{id}
Deletes an individual restore by ID.
Deleting a restore record that is INITIALIZING or IN_PROGRESS will not cancel the restore.
MIME Type |
---|
text/plain |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
id |
path |
Required |
Number (Integer) |
text/plain |
Required. The ID of the restore to delete. |
HTTP Response Code | Unique Code | Description |
---|---|---|
204 |
The restore was successfully deleted. |
|
404 |
1001 |
The restore does not exist. |
422 |
1017 |
Restores can be deleted only in the following states: PENDING, REQUESTING, INITIALIZING, IN_PROGRESS. |
500 |
1000 |
An error occurred during the attempt to delete the restore. |
Response Description
Response Sample