---
title: "Delete a user passkey"
method: DELETE
path: "/users/{user_id}/passkeys/{passkey_identification_id}"
tags: ["Users"]
---

# Delete a user passkey

`DELETE /users/{user_id}/passkeys/{passkey_identification_id}`

Delete the passkey identification for a given user and notify them through email.

## Path parameters

- `user_id` string, required
- `passkey_identification_id` string, required

## Response `200`

Deleted Object

- DeletedObject
  - `object` string, required
  - `id` string
  - `slug` string
  - `deleted` boolean, required
  - `external_id` string

## Other responses

- `403` — Authorization invalid
- `404` — Resource not found
- `500` — Request was not successful

---

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