DeleteUser is the method to delete user. Permissions: authorizer:admin
(ctx context.Context, params *model.DeleteUserRequest)
| 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) |
no outgoing calls