DELETE/batch/rooms
DELETE
/batch/rooms
Beta feature
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
Note: Because this is a beta feature, these limits may change.
- A maximum of 1000 rooms can be deleted per call to this endpoint
Body params
rooms
array
An array of room names to delete.