Rekamedika Docs
Passkey

POST /passkey/delete-passkey

POST
/api/auth/passkey/delete-passkey

Delete a specific passkey

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

id*string

The ID of the passkey to delete. Eg: "some-passkey-id"

Response Body

application/json

curl -X POST "https://example.com/api/auth/passkey/delete-passkey" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{  "status": true}

Is this page helpful?