Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
REST API Version 17.0 References
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

DELETE /backup_and_restore/restores/{id}

date_range 24-May-22

SUMMARY 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:

DELETE /backup_and_restore/restores/{id} resource details

MIME Type

text/plain

Table 2: DELETE /backup_and_restore/restores/{id} request parameter details:

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:

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

footer-navigation