Skip to content

Delete a passkey by id.

DELETE
/account/security/passkeys/{id}
curl --request DELETE \
--url https://api.siteqwality.com/account/security/passkeys/example \
--header 'Authorization: Bearer <token>'
id
required
string

WebAuthn registration id

Passkey removed

Media type application/json
object
ok
required
boolean
Example generated
{
"ok": true
}

Missing or invalid authentication

Endpoint requires a user session

Internal server error

Stytch API call failed