Removing Excluded Items
This section explains how to delete items that have been excluded from the retention policy for the specified organization.
Request
DELETE https://<hostname>:4443/v4/Organizations/{organizationId}/RetentionExclusion |
Request Headers
The request header must contain an authorization token of the current session.
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 the organization with ID b2d9414d-c417-4a94-be3b-b38a3c2e8a7b.
Request: DELETE https://abc.tech.local:4443/v4/Organizations/4111916c-3a82-4b0b-8d92-13cc1c797bc7/RetentionExclusion
Request Header: Authorization: Bearer <Access-Token>
Response: 200 OK |