WebhookDelete
Result of webhookDelete mutation.
type WebhookDelete {
webhook: Webhook
webhookErrors: [WebhookError!]!
}
Fields
WebhookDelete.webhook ● Webhook object
The deleted webhook.
WebhookDelete.webhookErrors ● [WebhookError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
webhookDelete mutation