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

Function delete

pkg/cmd/project/delete/delete.go:105–107  ·  view source on GitHub ↗
(client *client.Client, project *projects.Project)

Source from the content-addressed store, hash-verified

103}
104
105func delete(client *client.Client, project *projects.Project) error {
106 return client.Projects.DeleteByID(project.GetID())
107}

Callers 1

deleteRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected