Management API
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/organizations/{id}/connections/{connection_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization identifier.
50
Connection identifier.
1 - 50
Connection successfully deleted.