Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ deleteUser
Function
deleteUser
pkg/cmd/user/delete/delete.go:125–127 ·
view source on GitHub ↗
(client *client.Client, user *users.User)
Source
from the content-addressed store, hash-verified
123
}
124
125
func
deleteUser(client *client.Client, user *users.User) error {
126
return
client.Users.DeleteByID(user.GetID())
127
}
Callers
1
deleteRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected