Skip to main content

Delete AWS Connection

Delete the specified AWS connection.

Path Parameters
  • connection_id string required

    Performs the operation on the AWS connection with the specified ID.

Responses

Success


Schema
  • object
DELETE /connections/aws/:connection_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
connection_id — path required
curl -L -X DELETE 'https://us-west-2.api.clumio.com/connections/aws/:connection_id' \
-H 'Accept: application/api.clumio.aws-connections=v1+json' \
-H 'Authorization: Bearer <TOKEN>'