DELETE
/
webauthn
/
credentials
/
{id}
Deletes a WebAuthn credential
curl --request DELETE \
  --url https://{tenant_id}.hanko.io/webauthn/credentials/{id}
This response does not have an example.
Deprecated. Please use the Flow API instead. What’s the Flow API?.

Authorizations

hanko
string
cookie
required

Path Parameters

id
string<uuid4>
required

ID of the WebAuthn credential

Example:

"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"

Response

201

Credential updated successfully