---
title: "Remove a passkey"
method: DELETE
path: "/api/v1/webauthn/credentials/{credential_id}"
tags: ["Passkeys"]
---

# Remove a passkey

`DELETE /api/v1/webauthn/credentials/{credential_id}`

Deletes a specific passkey credential for the current user. After removal, the authenticator can no longer be used for authentication.

## Path parameters

- `credential_id` string, required

## Response `200`

Passkey successfully deleted

- WebauthnDeleteCredentialResponse
  - `success` boolean — Whether the credential was successfully deleted
  - `unknown_credential_options` WebauthnUnknownCredentialOptions
    - `credential_id` string — The deleted credential ID
    - `rp_id` string — The RP ID for this credential

---

[API](https://skmtc.net/scalekit/apis/scalekit-api-reference.md) · [All operations](https://skmtc.net/scalekit/apis/scalekit-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalekit/scalekit-api-reference/versions/a40d5d4650e5/schema)
