Connections
Delete Connection
DeleteConnection deletes an Connection.
DELETE
/
o
/
{organisation_id}
/
connectors
/
{connector_id}
/
connections
/
{connection_id}
Authorizations
Authorization
string
headerrequiredBearer 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
requiredconnector_id
string
requiredID is the unique identifier of the Connector.
connection_id
string
requiredQuery Parameters
force
boolean
Force informs the API to delete the connection even if it has active subscriptions.