Removing Backup Jobs
This section explains how to remove a backup job with the specified ID.
Request
DELETE https://<hostname>:4443/v4/Jobs/{backup_job_id} |
Request Headers
The request header must contain an authorization token of the current session.
Request Parameters
The following parameters must be posted as URL.
Parameter | Type | Description |
---|---|---|
backup_job_id | string | An identification number of the backup job. |
Request Body
None.
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns a 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 response body message: application/json; charset=utf-8 |
Response Body
None.
Example
The example below shows how to remove a backup job with ID 70a8cbaf-642f-4c6f-934d-fb10e597a82a from Veeam Backup for Microsoft Office 365.
Request: DELETE https://abc.tech.local:4443/v4/Jobs/70a8cbaf-642f-4c6f-934d-fb10e597a82a
Request Header: Authorization: Bearer <Access-Token>
Response: 200 OK |