DELETE
/
o
/
{organisation_id}
/
connectors
/
{connector_id}
/
connections
/
{connection_id}
curl --request DELETE \
  --url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string
required
connector_id
string
required

ID is the unique identifier of the Connector.

connection_id
string
required

Query Parameters

force
boolean

Force informs the API to delete the connection even if it has active subscriptions.