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

Function delete

pkg/cmd/environment/delete/delete.go:96–98  ·  view source on GitHub ↗
(client *client.Client, itemToDelete *environments.Environment)

Source from the content-addressed store, hash-verified

94}
95
96func delete(client *client.Client, itemToDelete *environments.Environment) error {
97 return client.Environments.DeleteByID(itemToDelete.GetID())
98}

Callers 2

NewCmdDeleteFunction · 0.70
deleteRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected