DELETE
/
o
/
{organisation_id}
/
connections
/
{connection_id}
/
versions
/
{version}
/
definitions

Authorizations

cookie
string
cookierequired

Cookie authentication used by the Versori Platform.

Path Parameters

organisation_id
string
required
connection_id
string
required

ID is the unique identifier of the Connection.

version
string
required

Version 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.

Query Parameters

force
boolean

Force deletes the specified Definitions, even if they are referenced by other Definitions. This will trigger validation errors for any Definitions that reference the deleted Definitions.

Body

application/json
ids
string[]
names
string[]
all
boolean

All is a flag which indicates that all Definitions should be deleted. This is mutually exclusive with the ids and names fields.