Authorizations
Response
DeleteCredentialResponse is the request definition for creating a new credential.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/credentials/{credentialId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
Deletes an existing Credential by ID in the current organisation.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/credentials/{credentialId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
DeleteCredentialResponse is the request definition for creating a new credential.