DELETE
/
o
/
{organisation_id}
/
connectors
/
{connector_id}
curl --request DELETE \
  --url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_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
required
connector_id
string
required

ID is the unique identifier of the Connector.

Query Parameters

force
boolean

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

Response

204

No Content