curl --request DELETE \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/versions/{version} \
--header 'Authorization: Bearer <token>'This response does not have an example.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.
curl --request DELETE \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/versions/{version} \
--header 'Authorization: Bearer <token>'This response does not have an example.