DEV

Mutation.

webhookDelete

Deletes an existing Webhook.

Arguments

id

ID!

Required

No description

Returns:

Result

GraphQL
1
2
3
type Mutation {
  webhookDelete(id: ID!): Result
}

Was this page helpful?