shopify_delete_webhook_subscription
Delete a Shopify webhook subscription by ID to stop unwanted event notifications. Provide the subscription ID; optional project and approval fields allow authenticated, idempotent removal.
Instructions
Delete a Shopify webhook subscription by ID.
Args: webhook_subscription_id (required): Webhook subscription ID (numeric or GID). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No | ||
| webhook_subscription_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |