Skip to main content
DELETE
/
batch
/
rooms
/batch/rooms
curl --request DELETE \
  --url https://api.daily.co/v1/batch/rooms \
  --header 'Authorization: Bearer <token>'
{
  "deleted_count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

deleted_count
integer