Delivery: cancel announcement [3PL]
delivery_cancel_announcement_3plCancels an active third-party logistics (3PL) shipment announcement, irreversibly stopping delivery. Use this to annul erroneously created or unwanted orders.
Instructions
[3PL] Cancels a previously created shipment announcement in the delivery service. Irreversibly cancels an announcement created via delivery_create_announcement_3pl. The method is implemented on the delivery-service side — on a regular seller account it returns 403/404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| announcementID | Yes | Identifier of the announcement to cancel (required). | |
| reason | No | Cancellation reason (optional). | |
| 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. |