Delete Connection
DeleteConnection deletes a Connection with the specified ID. If the Connection is in use by another product then a 409 Conflict response will be returned. If the Connection does not exist then a 404 Not Found response will be returned.
A connection can be forcefully deleted with the force
query parameter. This will delete the connection even if
it is in use by another product. This should only be used in exceptional circumstances and may cause other
issues externally.
DELETE
/
o
/
{organisation_id}
/
connections
/
{connection_id}
Authorizations
cookie
string
cookierequiredCookie authentication used by the Versori Platform.
Path Parameters
organisation_id
string
requiredconnection_id
string
requiredID is the unique identifier of the Connection.
Query Parameters
force
boolean
Force informs the API to delete the connection even if it has active subscriptions.