Deletes an existing route.
appmesh_delete_route(meshName, meshOwner, routeName, virtualRouterName)
[required] The name of the service mesh to delete the route in.
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
[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", meshOwner = "string", routeName = "string", virtualRouterName = "string" )