Skip to main content
DELETE
/
o
/
{organisation_id}
/
connectors
/
{connector_id}
/
connections
/
{connection_id}
Delete Connection
curl --request DELETE \
  --url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{}

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<ulid>
required
connector_id
string<ulid>
required

ID is the unique identifier of the Connector.

connection_id
string<ulid>
required

Query Parameters

force
boolean

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

Response

No Content