Cancel a scheduled TikTok post
tiktok_cancel_scheduledCancel a post queued with tiktok_post(schedule_at). TikTok has no 'unschedule', so this deletes the held video — the cancellation is recorded only once that succeeded. Async: returns an operation to poll with tiktok_operation_status. Costs 0.001 USDC, paid per-action via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | No | Session cookies for the TikTok account. Omit for an account connected with tiktok_connect — its session lives in that account's own browser profile on the server, so there is no jar to send. | |
| country | No | ||
| payment | No | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions | |
| account_id | Yes | Your identifier for the TikTok account holding the post | |
| operation_id | Yes | operation_id of the scheduled post (as returned by tiktok_post / listed by tiktok_scheduled) | |
| proxy_session_id | No |