room
Delete Room
Delete room
delete/rooms/{id}
Response
Successful operation
Example response
{
"room": {
"id": "000585f36eed9e8fb6b655b4",
"application_id": "000585f36eed9e8fb6b655b4",
"type": "public",
"created_user_id": "000585f36eed9e8fb6b655b4",
"name": "Weekly Meet",
"thumbnail_url": "https://example.url/thumbnail.png",
"last_thumbnail_updated_at": "2023-01-01T01:00:00.000Z",
"room_template_id": "63d0bf2b2dbc8f9743338be8",
"meeting_time": 200000,
"started_at": "2023-01-01T01:00:00.000Z",
"terminated_at": "2023-01-01T01:00:00.000Z",
"updated_at": "2023-01-01T01:00:00.000Z",
"created_at": "2023-01-01T01:00:00.000Z",
"members": [
{
"user_id": "000585f36eed9e8fb6b655b4",
"type": "guest",
"name": "user-1"
}
]
}
}