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

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
credentialId
string
required

Response

200
application/json
DeleteCredentialResponse is the request definition for creating a new credential.
id
string