cURL
curl --request DELETE \ --url https://api.example.com/connections/{connection_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <x-api-key>'
{}
Delete a connection
A connection-specific token with access scope
The client's API key secret value
The unique identifier for the connection
Successful Response