cURL
curl --request DELETE \ --url https://{tenant_id}.hanko.io/admin/users/{id}/webauthn_credentials/{credential_id} \ --header 'Authorization: Bearer <token>'
{ "code": 400, "message": "Bad Request" }
Bearer authentication header of the form Bearer <token>, where <token> is your API key. Must only be used when using Hanko Cloud.
Bearer <token>
<token>
UUID of the requested object
No Content
Was this page helpful?