PUT
/
api
/
v1
/
devices
/
{device-id}
curl --request PUT \
  --url https://cloud.bytebeam.io/api/v1/devices/{device-id} \
  --header 'Content-Type: application/json' \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>' \
  --data '{
  "status": "inactive"
}'

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

device-id
integer
required

Body

status
enum<string>
required
Available options:
inactive,
active