Deny Device Authorization
A device's request for access on behalf of a service account, as identified by the specified user code, is denied
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/deviceLookup/deny
COPY
Request Body
DeviceInfo
of type(s)
application/json
Optional
{
"userCode": "string"
}
Responses
204
Device has been denied authorization to access the system
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/1.0.0/deviceLookup/deny
Availability
Added in 37.0
Device Authorization Operations
POST
Find Device Authorization Request
POST
Grant Device Authorization
POST
Deny Device Authorization