DeleteWebhookSubscriptionPayload
The payload object returned when deleting an existing webhook subscription.
type DeleteWebhookSubscriptionPayload {
success: Boolean!
}
Fields
DeleteWebhookSubscriptionPayload.success
● Boolean!
non-null scalar
A flag indicating whether the webhook subscription was deleted successfully.
Returned By
deleteWebhookSubscription
mutation