POST
/v1/mgmt/user/passkeys/delete

Delete a user's Passkeys, using a valid management key.

This API endpoint will delete all existing passkeys for the user

See also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<ProjectId:ManagementKey\>

Try it

/v1/mgmt/user/passkeys/delete

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

loginIdstring

Status codeDescription
200OK
curl -X POST "https://api.descope.com/v1/mgmt/user/passkeys/delete" \
  -d '{
  "loginId": "string"
}'
Was this helpful?