Skip to main content
DELETE
Delete a credential
Deletes a set of EHR credentials. Unlike Disable Credential, this cannot be undone — the credential set cannot be re-enabled afterwards. credentialId is the UUID of the credential set. Account events carry it as credential_id, so you can delete the exact credential an event reports on — see Account Events. A connection must always keep one active credential set, so deleting the last one returns 409.

Example Request

Example Response

Last Active Credential

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Path Parameters

credentialId
string
required

Credential set ID (UUID).

Response

Credential deleted

success
boolean
required
message
string
required