MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / DeleteUser

Method DeleteUser

internal/graphql/provider.go:104–104  ·  view source on GitHub ↗

DeleteUser is the method to delete user. Permissions: authorizer:admin

(ctx context.Context, params *model.DeleteUserRequest)

Source from the content-addressed store, hash-verified

102 // DeleteUser is the method to delete user.
103 // Permissions: authorizer:admin
104 DeleteUser(ctx context.Context, params *model.DeleteUserRequest) (*model.Response, error)
105 // DeleteWebhook is the method to delete webhook.
106 // Permissions: authorizer:admin
107 DeleteWebhook(ctx context.Context, params *model.WebhookRequest) (*model.Response, error)

Callers 7

TestDeleteUserFunction · 0.65
TestAdminDeleteUserGRPCFunction · 0.65
DeleteUserMethod · 0.65
DeleteUserMethod · 0.65
OAuthCallbackHandlerMethod · 0.65
DeleteUserMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestDeleteUserFunction · 0.52
TestAdminDeleteUserGRPCFunction · 0.52