MUTATION
deleteWebhookSubscription
Hard-delete a webhook subscription (cascades its deliveries).
Arguments
- id ID! required
- UUID of the subscription to delete.
Returns
- deletedWebhookSubscriptionId ID
- ID of the deleted subscription. Null when no such subscription exists in the workspace.
- userErrors [UserError!]!
- List of user-facing errors. Populated only when deletion failed.