DeleteWebhook is the method to delete webhook. Permissions: authorizer:admin
(ctx context.Context, params *model.WebhookRequest)
| 105 | // DeleteWebhook is the method to delete webhook. |
| 106 | // Permissions: authorizer:admin |
| 107 | DeleteWebhook(ctx context.Context, params *model.WebhookRequest) (*model.Response, error) |
| 108 | // EmailTemplates is the method to list email templates. |
| 109 | // Permissions: authorizer:admin |
| 110 | EmailTemplates(ctx context.Context, in *model.PaginatedRequest) (*model.EmailTemplates, error) |
no outgoing calls