Skip to main content
DELETE
/
connections
/
{connection_id}
Delete Connection
curl --request DELETE \
  --url https://api.example.com/connections/{connection_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null
x-api-key
string | null

Path Parameters

connection_id
string
required

The unique identifier for the connection

Response

Successful Response