---
title: "Remove passkey"
method: DELETE
path: "/accounts/passkey"
tags: ["Multi-Factor Authentication"]
---

# Remove passkey

`DELETE /accounts/passkey`

Removes a specific passkey

## Request body

- object
  - `id` string, required — Passkey ID (base64 encoded)
  - `email` string, email — User email (optional, defaults to current user)

## Response `200`

Passkey removed successfully

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Passkey not found

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
