Remove a Passkey Credential
Removes a registered passkey credential from an Identity Record. The credential can no longer be used for passkey assertion after removal.
If no credentials remain on the record after removal, passkey-based re-identification is no longer available for this Identity Record. Magic-link re-identification remains available if an email address is registered.
Documentation Index
Fetch the complete documentation index at: https://docs.auth.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.
Path Parameters
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.
^ir_[0-9a-f]{24}$"ir_a3c5e7f9b1d3a3c5e7f9b1d3"
Unique identifier for a registered passkey credential.
^cred_[0-9a-f]{24}$"cred_1a2b3c4d5e6f1a2b3c4d5e6f"
Response
Credential removed. No response body.

