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

Method Delete

cf/api/service_brokers.go:113–116  ·  view source on GitHub ↗
(guid string)

Source from the content-addressed store, hash-verified

111}
112
113func (repo CloudControllerServiceBrokerRepository) Delete(guid string) (apiErr error) {
114 path := fmt.Sprintf("/v2/service_brokers/%s", guid)
115 return repo.gateway.DeleteResource(repo.config.APIEndpoint(), path)
116}

Callers

nothing calls this directly

Calls 2

DeleteResourceMethod · 0.80
APIEndpointMethod · 0.65

Tested by

no test coverage detected