Skip to main content
DELETE
Remove a Passkey Credential

Authorizations

Authorization
string
header
required

JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.

Path Parameters

ir
string
required

Unique opaque identifier for an Identity Record, issued by the register on creation. Referenced from record-metadata.identity-record-ref on an AccessRecord to link the two resources.

Pattern: ^ir_[0-9a-f]{24}$
Example:

"ir_a3c5e7f9b1d3a3c5e7f9b1d3"

credentialId
string
required

Unique identifier for a registered passkey credential.

Pattern: ^cred_[0-9a-f]{24}$
Example:

"cred_1a2b3c4d5e6f1a2b3c4d5e6f"

Response

Credential removed. No response body.

Last modified on March 25, 2026