cURL
curl --request DELETE \ --url https://api.quiva.ai/accounts/passkey \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "cGFzc2tleV9pZA==", "email": "[email protected]" } '
{ "message": "<string>" }
Removes a specific passkey
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Passkey ID (base64 encoded)
User email (optional, defaults to current user)
Passkey removed successfully