Documentation Index
Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
Use this file to discover all available pages before exploring further.
Mutations
deleteWebhookSubscription
Removes an existingWebhookSubscription by its identifier.
After deletion, the system no longer sends event to the associated endpoint for that subscription.
- The API user context must have
AUTHENTICATEDscope to access webhook subscriptions. Anonymous users cannot retrieve this data. - The API user context must have permission to delete webhook subscriptions.
- The API user context must be present and valid - otherwise, access is denied.
| Argument | Type | Description |
|---|---|---|
id | ID! | The ID of the webhook subscription to delete. |
Related Features
ThedeleteWebhookSubscription mutation supports the same advanced features as other mutations:
Authentication
Understand the authentication requirements and how to properly authenticate your requests.
Authentication Errors
Authentication Errors
- 401 Unauthorized: Ensure you’re using a valid authentication token with
AUTHENTICATEDscope - 403 Forbidden: Verify your user account has the necessary permissions to access webhook subscription data