DELETE/batch/rooms
DELETE
/batch/rooms
The DELETE /batch/rooms
endpoint allows you to delete many rooms with one API call, more efficiently and with higher effective rate-limits than deleting
the rooms with multiple calls to the DELETE /rooms
endpoint.
Error behavior
If there is an error in any of the data passed to this endpoint, or if an error occurs while trying to delete the rooms, no rooms will be deleted.
Limits
- A maximum of 1000 rooms can be deleted per call to this endpoint
Body params
rooms
array
An array of room names to delete.