DELETE
/
v2
/
me
/
passkeys
/
{credentialID}
curl --request DELETE \
  --url https://{projectId}.frontendapi.corbado.io/v2/me/passkeys/{credentialID} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

credentialID
string
required

Credential ID from passkeys

Response

200 - application/json

tbs

The response is of type object.