Skip to main content
POST
/
api
/
v1
/
room
/
{id}
/
deactivate
Deactivate room
curl --request POST \
  --url https://api.noux.app/api/v1/room/{id}/deactivate \
  --header 'Authorization: Bearer <token>' \
  --header 'authorization: <authorization>'
{
  "roomId": "<string>",
  "active": true
}

Authorizations

Authorization
string
header
required

Noux API key from your integration settings

Headers

authorization
string
required

Bearer token with Noux API key

Path Parameters

id
string
required

The room ID

Response

Room active state updated successfully

roomId
string
required

The room ID

active
boolean
required

Whether the room is active