Skip to main content
DELETE
/
connections
/
{connection_id}
Delete Connection
curl --request DELETE \
  --url https://api.example.com/connections/{connection_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <x-api-key>'
{}

Authorizations

Authorization
string
header
required

A connection-specific token with access scope

Headers

x-api-key
string
required

The client's API key secret value

Path Parameters

connection_id
string
required

The unique identifier for the connection

Response

Successful Response