cURL
curl --request DELETE \ --url https://api.example.com/connections/{connection_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <x-api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
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