API reference
DELETERequires Bearer token
Delete mfa webauthn
/api/v1/mfa/webauthn/{credential}
Delete `/api/v1/mfa/webauthn/{credential}`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
| Field | Type | Description |
|---|---|---|
credential Required | string | Path parameter `credential`. |
Query parameters
This endpoint has no query parameters.
Request body
This endpoint does not accept a request body.
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |