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

Function delete

pkg/cmd/buildinformation/delete/delete.go:122–124  ·  view source on GitHub ↗
(client *client.Client, itemToDelete *buildinformation.BuildInformation)

Source from the content-addressed store, hash-verified

120}
121
122func delete(client *client.Client, itemToDelete *buildinformation.BuildInformation) error {
123 return buildinformation.DeleteByID(client, client.GetSpaceID(), itemToDelete.GetID())
124}

Callers 1

deleteRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected