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

Method DeleteWebhook

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

DeleteWebhook is the method to delete webhook. Permissions: authorizer:admin

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

Source from the content-addressed store, hash-verified

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)

Callers 5

TestDeleteWebhookTestFunction · 0.65
DeleteWebhookMethod · 0.65
DeleteWebhookMethod · 0.65
DeleteWebhookMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestDeleteWebhookTestFunction · 0.52