Delete an Export Endpoint
Use the delete export endpoint request to remove export endpoints from the system, this will not remove the data from the endpoint but remove Communication Recording Agent 's visibility of the endpoint and prevent export policies from exporting data to those endpoints.
Endpoint
Method: DELETE
URL: /policy/endpoint/delete
Request Parameter
Parameter Name | Data Type | Description | Required/Optional |
|---|---|---|---|
| Number | The ID of the export endpoint to delete. | Required |
| String | The ID of the tenant that the export endpoint belongs to. | Required |
For an example request, see Sample Request.
Response and Error Code
Response Code | Condition |
|---|---|
204 | No content |
The above 204 No Content response indicates that the export endpoint has been removed from the system, you can always use a get details for export endpoints request and confirm that the export endpoint has been removed.
Sample Request
{
"endpointDetailsId": "5304",
"tenantId": "67hg8362-g3d2-7g92-9273-d9h02kr83736"
}