Skip to main content

Delete S3 instant access endpoint

Deletes a S3 instant access endpoint and all its details.

Path Parameters
  • endpoint_id string required

    ID of the endpoint to delete

Responses

Success


Schema
  • object
DELETE /restores/protection-groups/instant-access-endpoints/:endpoint_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
endpoint_id — path required
curl -L -X DELETE 'https://us-west-2.api.clumio.com/restores/protection-groups/instant-access-endpoints/:endpoint_id' \
-H 'Accept: application/api.clumio.restored-protection-group-instant-access-endpoints=v1+json' \
-H 'Authorization: Bearer <TOKEN>'