Skip to content

Delete device

Request

Deletes a specific device of the given user. This requires a client access token of the application, and must be called from the backend.

Required permissions: apps:delete, [appId]:delete, devices:delete.

Security
ClientAccessToken
Path
user_idstringrequired

User ID

device_idstringrequired

Device ID

Query
delete_bound_authenticatorsboolean

Whether to also delete the authenticators bound to this device

curl -i -X DELETE \
  'https://api.sbx.transmitsecurity.io/cis/v1/users/{user_id}/devices/{device_id}?delete_bound_authenticators=true' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Device deleted