Remove an existing route table
route_tables.destroy
True or false depending on the result
Create a route table
>> routetable = connection.route_tables.new >> routetable.save
True or an exception depending on the result. Keep in mind that this creates a new route table.
[Validate]