Skip to content

deleteWebhookV2

Delete webhook configuration.

Arguments

Argument Type Description
input (required) DeleteWebhookV2Input! Delete webhook input.

Returns

Void

Sample

mutation DeleteWebhookV2($input: DeleteWebhookV2Input!) {
  deleteWebhookV2(input: $input)
}
{
  "input": {
    "id": 0
  }
}
{
  "data": {
    "deleteWebhookV2": "example-string"
  }
}