VirtuousAI
ReferenceAuth

Deny Device

Deny a device code (called from web UI).

POST
/api/v1/auth/device/deny

Header Parameters

authorization?|
X-API-Key?|
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"
    }
  ]
}