account.deletePasskey

Delete a passkey associated to the current account, see here » for more info.

boolFalse#bc799737 = Bool;
boolTrue#997275b5 = Bool;
---functions---
account.deletePasskey#f5b5563f id:string = Bool;

Parameters

Name Type Description
id string Identifier of the passkey to delete, taken from passkey.id, usually obtained using account.getPasskeys.

Result

Bool

Only users can use this method

Related pages

passkey

Human-readable info about a passkey associated to an account, returned when creating a passkey » or listing passkeys ».

account.getPasskeys

List the passkeys associated to the current account that can be used to log in, see here » for more info on passkeys.

Passkeys