Removing Audit Items
This section explains how to remove audit items, that is, remove items from the list of users and groups for which Veeam Backup for Microsoft Office 365 sends audit notifications.
Request
DELETE https://<hostname>:4443/v5/Organizations/{organizationId}/AuditItems?itemIds={itemId} |
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 |
---|---|---|
organizationId | string | Specifies the identification number of the organization. |
itemIds | string | Specifies the identification number of the audit item that you want to remove. |
Request Body
None.
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns a response code 204 (No Content).
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 an audit item with the ID a581ee43-e944-4976-8bf1-2f7479ab918efac93c3f-9f27-426a-97e6-c607c4610e7200000000-0000-0000-0000-000000000000.
Request: DELETE https://abc.tech.local:4443/v5/Organizations/967093a9-cf39-43e5-84cb-646ccd4993df/AuditItems?itemIds=a581ee43-e944-4976-8bf1-2f7479ab918efac93c3f-9f27-426a-97e6-c607c4610e7200000000-0000-0000-0000-000000000000
Request Header: Authorization: Bearer <Access-Token>
Response: 204 No content |