(DELETE) /Jobs/{id}/SelectedItems/{itemId}
Removes the selected backup items from a backup job having a specified ID.
Request
To remove the selected backup items from a backup job, send the DELETE HTTPS request to the URL of the /Jobs/{id}/SelectedItems/{itemId} resource:
HTTPS Request
DELETE https://<Backup-Office365>:4443/v3/Jobs/{id}/SelectedItems/{itemId} |
Request Headers
The request header must contain the authorization token for the current logon session.
Request Body
None.
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns response code 200 OK.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTPS headers.
Header | Description |
Content-length | The length of the response body. |
Content-type | The media type and syntax of the request body message: application/json; charset=utf-8 |
Response Body
None.
Example
The example below shows how to remove a selected backup item.
Request: DELETE https://support.east.local:4443/v3/Jobs/31a66931-b5d3-49f7-bba1-c46db49d3d14/SelectedItems/2b788f9a-0c3e-4087-be1b-226a8b9f02cb9878f4b0-ec8d-4c58-bc91-277ef992c4cc82aceabf-9192-4049-a6df-1d35c1318714
Request Header: Authorization: Bearer <Access-Token>
Response: 200 OK |