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.
JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.
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"
Credential removed. No response body.