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.

Table 1. DELETE /backup_and_restore/restores/{id} resource details
MIME Type

text/plain

Table 2. DELETE /backup_and_restore/restores/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

Required. The ID of the restore to delete.

Table 3. DELETE /backup_and_restore/restores/{id} response codes
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