Skip to main content

webhookDelete

Deletes a webhook.

Example usage:

mutation WebhookDelete($webhookId: ID!) {
webhookDelete(input: { webhookId: $webhookId }) {
deletedWebhookId
errors {
path
message
}
}
}

Variables:

{
"webhookId": "wh_0000000000"
}
webhookDelete(
input: WebhookDeleteInput!
): WebhookDeletePayload

Arguments

webhookDelete.input ● WebhookDeleteInput! non-null input common

Parameters for WebhookDelete

Type

WebhookDeletePayload object common

Autogenerated return type of WebhookDelete