powered by
Adds a DELETE route to a tower
add_delete_route(tower, path, handler)
The tower with the added DELETE route
A tower object
A string containing the path to match
A function to call when the route is matched