Disable webhook
messenger_post_webhook_unsubscribeUnsubscribes a URL from Avito messenger webhook notifications, stopping event deliveries to that address. Requires the exact subscribed URL.
Instructions
UNSUBSCRIBES the specified URL from messenger webhook notifications — Avito will stop sending events to this address. Changes account settings; to resume notifications you will have to subscribe again via messenger_post_webhook_v3. Specify exactly the URL that was subscribed (see the list in messenger_get_subscriptions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the subscription to disable (must match the one previously subscribed; see messenger_get_subscriptions). | |
| dryRun | No | v0.7.0: if true — returns a preview of the HTTP request without calling the Avito API. Safe for inspecting exactly what would be done. Default: the value of AVITO_MCP_DRY_RUN_DEFAULT (usually false). | |
| idempotencyKey | No | v0.7.0: optional key for duplicate protection. A repeat call with the same key within AVITO_MCP_IDEMPOTENCY_TTL_SEC returns the cached result. The same key with different args returns a conflict error — this is safe by design. |