Unregister Premium Webhook
sap_premium_webhook_unregisterDeactivates and removes a webhook subscription. No further events will be delivered to the target URL.
SAP MCP execution guidance: Intent: local-signer write workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Webhook subscription id returned by sap_premium_webhook_register. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unregistered | Yes | Unregister result with subscriptionId and success boolean. |