---
title: "Delete an existing WebAuthn key"
method: POST
path: "/wan-delete"
---

# Delete an existing WebAuthn key

`POST /wan-delete`

## Request body

- WanDelete
  - `name` string, required — Name of WebAuthn key to delete.

## Response `200`

Delete response

- DefaultJsonResponseNoUser
  - `meta` object, required
    - `code` integer, required — Http status code
  - `response` object, required
    - `csrf_token` string — Session CSRF token

## Other responses

- `302` — Validation failed - this form is part of the registration form so any errors or success redirects there.
- `400` — Errors while validating attributes.

---

[API](https://skmtc.net/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.net/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/versions/5ee7c28d6e1e/schema)
