MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Delete

Method Delete

cf/api/routes.go:205–208  ·  view source on GitHub ↗
(routeGUID string)

Source from the content-addressed store, hash-verified

203}
204
205func (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}

Callers

nothing calls this directly

Calls 2

APIEndpointMethod · 0.65

Tested by

no test coverage detected