Skip to content

Block device key

Request

Block a user's device. Once blocked, the device status will be Blocked and device validation will fail if requested.

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

Security
ClientAccessToken
Path
user_idstringrequired

ID of the user

key_idstringrequired

An identifier for the user's device

curl -i -X PUT \
  'https://api.sbx.transmitsecurity.io/cis/v1/users/{user_id}/device-keys/{key_id}/block' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Device blocked