Skip to main content
DELETE
/
devices
/
{device_id}
Delete Device
curl --request DELETE \
  --url https://api.zo.computer/devices/{device_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

device_id
string
required

Response

Successful Response