Delete a passkey
DELETE
/auth/v1/users/current/passkeys/{id}Deletes the authenticated user's passkey identified by the path ID.
Authorization
Bearer Authorization<token>
In: header
Path Parameters
id*string
Passkey ID
Response Body
204
No Content
curl -X DELETE "https://api.rixl.com/auth/v1/users/current/passkeys/string"No Content