MailParrot
mutationdeleteWebhook

Removes a webhook; it will no longer receive events.

Authentication

Required: x-api-key header or Authorization: Bearer <token>

Arguments

NameTypeDescription
projectId*ID!-
aliasId*ID!-
webhookId*ID!-

GraphQL

POST to /graphql

mutation DeleteWebhook($projectId: ID!, $aliasId: ID!, $webhookId: ID!) {
  deleteWebhook(projectId: $projectId, aliasId: $aliasId, webhookId: $webhookId)
}

Don't have an API key? Sign up to the dashboard to get one for free.

Try it