Skip to main content
DELETE
/
v1
/
auth
/
{app_id}
/
devices
/
{id}
Revoke WebAuthn device
curl --request DELETE \
  --url https://{defaultHost}/v1/auth/{app_id}/devices/{id} \
  --header 'X-Authorization: <api-key>'
{
  "message": "ok",
  "verified": true
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

id
string
required

Device/Credential ID

Response

device revoked successfully

message
string
Example:

"ok"

verified
boolean
Example:

true