This is an archive version of the document. To get the most up-to-date information, see the current version.

Removing Backup Job Items

In this article

    This section explains how to remove selected backup items from a backup job with the specified ID.

    Request

    DELETE https://<hostname>:4443/v4/Jobs/{backup_job_id}/SelectedItems?Ids=<id_1>,<id_2>,<...>,<id_N>

    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.

    Ids

    string

    An identification number of one or more items that you want to remove from the backup job processing list.

    To specify multiple items, use comma.

    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 selected backup item.

    Request:

    DELETE https://abc.tech.local:4443/v4/Jobs/a754bf50-1221-47b5-a199-69763aa07497/SelectedItems?Ids=2b38d840-8098-4614-b369-ebce33f9b2c7d03e1081-5169-4ead-bc26-fddd02fe6d6b00000000-0000-0000-0000-000000000000,e1fa728c-4150-4724-ab3b-5deda33db0cf4cd3f21d-52f3-42d7-b22c-2d0a03a338897cbb3a72-e358-4e7c-86f2-0e1cafe5c798

     

    Request Header:

    Authorization: Bearer <Access-Token>

     

    Response:

    200 OK

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.