Skip to main content

Uniphore Customer Portal

Delete a Storage Location Endpoint

Use the delete S3 endpoint request to remove storage location endpoints from the system, this will not remove the data from the storage locations but remove U-Capture's visibility of the storage locations and prevent move media or archive metadata policies from transferring data to those locations.

Endpoint

Method: DELETE

URL: /policy/endpoint/s3/delete

Request Parameter

Parameter Name

Data Type

Description

Required/Optional

s3EndpointDetailsId

Number

The ID of the storage location endpoint to delete.

Required

tenantId

String

The ID of the tenant that the storage location 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 storage location endpoint has been removed from the system, you can always use a get details for storage location endpoints request and confirm that the storage location endpoint has been removed.

Sample Request
{
    "s3EndpointDetailsId": "5305",
    "tenantId": "67hg8362-g3d2-7g92-9273-d9h02kr83736"
}