Delete Definition
DeleteDefinition deletes the specified Definition.
DELETE
/
o
/
{organisation_id}
/
connections
/
{connection_id}
/
versions
/
{version}
/
definitions
/
{definition_name}
Authorizations
cookie
string
cookierequiredCookie authentication used by the Versori Platform.
Path Parameters
organisation_id
string
requiredconnection_id
string
requiredID is the unique identifier of the Connection.
version
string
requiredVersion is the version name of the Connection to retrieve. The reserved names "latest" and "default" may be used to retrieve the latest version or the default version respectively.
definition_name
string
requiredQuery Parameters
force
boolean
Force deletes the Definition, even if it is referenced by other Definitions. This will cause validation errors on the referring Definitions which will need to be fixed before a Connection may be published.