ReferenceV1
Deny Device
Deny a device code (called from web UI).
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
userCode*string
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/auth/device/deny" \ -H "Content-Type: application/json" \ -d '{ "userCode": "string" }'{
"status": "pending"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}