Deletes an existing route.
appmesh_delete_route(meshName, routeName, virtualRouterName)
[required] The name of the service mesh to delete the route in.
[required] The name of the route to delete.
[required] The name of the virtual router to delete the route in.
svc$delete_route( meshName = "string", routeName = "string", virtualRouterName = "string" )