Delete Room ivschat_delete_room R Documentation Deletes the specified room¶ Description¶ Deletes the specified room. Usage¶ ivschat_delete_room(identifier) Arguments¶ identifier [required] Identifier of the room to be deleted. Currently this must be an ARN. Value¶ An empty list. Request syntax¶ svc$delete_room( identifier = "string" )