Delivery: cancel announcement [sandbox v1]
delivery_v1_cancel_announcementCancel a test announcement in the Avito Sandbox. Provide the announcement ID, event date, and cancellation options to initiate the process.
Instructions
[SANDBOX v1] Starts the process of cancelling a test announcement; on success the response has a success status. Available only in the Sandbox, for delivery-service partners. Unlike delivery_cancel_announcement_3pl (production /cancelAnnouncement), this is the test v1 contract with a required options field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| announcementID | Yes | Identifier of the test announcement to cancel. | |
| date | Yes | Event date and time in ISO 8601 (RFC 3339) format. | |
| options | Yes | Additional announcement-cancellation options. | |
| 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. |