Skip to main content
DELETE
/
auth
/
credentials
/
{credentialUuid}
Delete Credential
curl --request DELETE \
  --url https://api.dfns.io/auth/credentials/{credentialUuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-DFNS-USERACTION: <api-key>'
{}

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
❌ Personal Access Token not allowed
❌ Service Account

Required Permissions

No permission required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

X-DFNS-USERACTION
string
header
required

User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows

Path Parameters

credentialUuid
string
required
Minimum string length: 1

Response

200 - application/json

Success

The response is of type object.

Last modified on June 5, 2026