MCPcopy Create free account
hub / github.com/PostHog/duckgres / DeleteUser

Method DeleteUser

controlplane/admin/api.go:137–137  ·  view source on GitHub ↗
(orgID, username string)

Source from the content-addressed store, hash-verified

135 r.PUT("/orgs/:id/teams/:team_id/project-reader", h.upsertProjectReader)
136 r.PUT("/orgs/:id/teams/:team_id/project-user", h.upsertProjectUser)
137
138 // Users CRUD
139 r.GET("/users", h.listUsers)
140 r.POST("/users", h.createUser)

Callers 1

deleteUserMethod · 0.65

Implementers 2

gormAPIStorecontrolplane/admin/api.go
fakeAPIStorecontrolplane/admin/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected