Skip to main content
DELETE
/
organisations
/
{organisationId}
/
credentials
/
{credentialId}
cURL
curl --request DELETE \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/credentials/{credentialId} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
credentialId
string
required

Response

DeleteCredentialResponse is the request definition for creating a new credential.

id
string