Authorizations
Query Parameters
Response
204
curl --request DELETE \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id} \
--header 'Authorization: Bearer <token>'DeleteConnector deletes a Connector with the specified ID. If the Connector is in use by another product then a 409 Conflict response will be returned. If the Connector does not exist then a 404 Not Found response will be returned.
A connector can be forcefully deleted with the force query parameter. This will delete the connector even if
it is in use by another product. This should only be used in exceptional circumstances and may cause other
issues externally.
curl --request DELETE \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id} \
--header 'Authorization: Bearer <token>'