Skip to main content
DELETE
/
{tenant_id}
/
credentials
/
{credential_id}
Remove Credential
curl --request DELETE \
  --url https://passkeys.hanko.io/{tenant_id}/credentials/{credential_id} \
  --header 'apiKey: <apikey>'
{
  "title": [
    "explanatory title"
  ],
  "details": [
    "Information which helps resolving the problem"
  ],
  "status": 123
}

Headers

apiKey
string
required

Secret API key

Minimum string length: 32

Path Parameters

credential_id
string
required

The ID of the webauthn credential

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

UUID of the tenant

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

Response

No Content