Skip to main content
DELETE
/
rooms
/
{room_name}
rooms/:name
curl --request DELETE \
  --url https://api.daily.co/v1/rooms/{room_name} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "name": "my-room"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

room_name
string
required

Response

200

deleted
boolean
name
string