You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mass archive and mass delete rooms could allow either an array of ids or a comma delimited string of ids to be passed to the existing delete_room() method. This would help save on the number of API requests required to delete or archive a large group of rooms.
The text was updated successfully, but these errors were encountered:
An
archive_room()
method is self explanatory.Mass archive and mass delete rooms could allow either an array of ids or a comma delimited string of ids to be passed to the existing
delete_room()
method. This would help save on the number of API requests required to delete or archive a large group of rooms.The text was updated successfully, but these errors were encountered: