DELETE
/
{tenant_id}
/
credentials
/
{credential_id}
curl --request DELETE \
  --url https://passkeys.hanko.io/{tenant_id}/credentials/{credential_id} \
  --header 'apiKey: <apikey>'
This response does not have an example.

Headers

apiKey
string
required

Secret API key

Minimum length: 32

Path Parameters

credential_id
string
required

The ID of the webauthn credential

Example:
["9c9U-4tB0glkGr3TEv39An3GVmg"]
tenant_id
string
required

UUID of the tenant

Required string length: 36
Example:
["1f496bcd-49da-4839-a02f-7ce681ccb488"]

Response

204
_mintlify/placeholder

No Content