---
title: "Deletes a WebAuthn credential"
method: DELETE
path: "/webauthn/credentials/{id}"
tags: ["WebAuthn"]
deprecated: true
---

# Deletes a WebAuthn credential

`DELETE /webauthn/credentials/{id}`

> **Deprecated.**

Deletes the specified WebAuthn credential.

## Path parameters

- `id` string, uuid4, required

## Response `201`

Credential updated successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal server error

---

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