Delete Connector Version
DeleteConnectorVersion deletes a ConnectorVersion with the specified version name.
By default, a ConnectorVersion may only be deleted if it is not published, however this behaviour can be
overridden with the force
query parameter. This should only be used in exceptional circumstances as it may
cause issues with any active subscriptions.
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.
Version is the version name of the Connector to retrieve. The reserved names "latest" and "default" may be used to retrieve the latest version or the default version respectively.
Query Parameters
Force informs the API to delete the connector even if it is published or has active subscriptions.