Skip to main content
DELETE
/
o
/
{organisation_id}
/
connections
/
{connection_id}
Delete a Connection by ID
curl --request DELETE \
  --url https://platform.versori.com/api/v2/o/{organisation_id}/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "fields": [
    {
      "field": "<string>",
      "message": "<string>"
    }
  ],
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. You must provide a signed JWT provided by our IdP.

Path Parameters

organisation_id
string<ulid>
required
connection_id
string<ulid>
required

Response

No Content