MCPcopy
hub / github.com/cloudfoundry/cli / DeleteResource

Method DeleteResource

cf/net/gateway.go:133–135  ·  view source on GitHub ↗
(endpoint, apiURL string)

Source from the content-addressed store, hash-verified

131}
132
133func (gateway Gateway) DeleteResource(endpoint, apiURL string) error {
134 return gateway.createUpdateOrDeleteResource("DELETE", endpoint, apiURL, nil, false, &AsyncResource{})
135}
136
137func (gateway Gateway) ListPaginatedResources(
138 target string,

Callers 15

UnbindMethod · 0.80
DeleteMethod · 0.80
DeleteMethod · 0.80
UnsetSpaceRoleByGUIDMethod · 0.80
UnbindMethod · 0.80
DeleteMethod · 0.80
DeleteMethod · 0.80
DeleteMethod · 0.80
DeleteServiceMethod · 0.80
PurgeServiceOfferingMethod · 0.80
PurgeServiceInstanceMethod · 0.80
DeleteMethod · 0.80

Calls 1

Tested by

no test coverage detected