MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / delete

Function delete

pkg/cmd/projectgroup/delete/delete.go:94–96  ·  view source on GitHub ↗
(client *client.Client, project *projectgroups.ProjectGroup)

Source from the content-addressed store, hash-verified

92}
93
94func delete(client *client.Client, project *projectgroups.ProjectGroup) error {
95 return client.ProjectGroups.DeleteByID(project.GetID())
96}

Callers 1

deleteRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected