Delete Connector
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.
Authorizations
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
ID is the unique identifier of the Connector.
Query Parameters
Force informs the API to delete the connector even if it has active subscriptions.