DELETE
/
{tenant_id}
/
credentials
/
{credential_id}
curl --request DELETE \
  --url https://passkeys.hanko.io/{tenant_id}/credentials/{credential_id} \
  --header 'apiKey: <apikey>'
This response has no body data.

Headers

apiKey
string
required

Secret API key

Minimum length: 32

Path Parameters

credential_id
string
required

The ID of the webauthn credential

tenant_id
string
required

UUID of the tenant

Required string length: 36