Skip to main content
DELETE
/
orgs
/
{org_id}
/
connections
/
{connection_id}
Delete a Connection
curl --request DELETE \
  --url https://api.example.com/orgs/{org_id}/connections/{connection_id}
"<unknown>"

Path Parameters

org_id
string
required

The ID of the org

connection_id
string
required

The ID of the connection

Response

200 - application/json

No content.

The response is of type unknown.