(routeGUID string)
| 203 | } |
| 204 | |
| 205 | func (repo CloudControllerRouteRepository) Delete(routeGUID string) (apiErr error) { |
| 206 | path := fmt.Sprintf("/v2/routes/%s", routeGUID) |
| 207 | return repo.gateway.DeleteResourceSynchronously(repo.config.APIEndpoint(), path) |
| 208 | } |
nothing calls this directly
no test coverage detected