Cancel a running screenplay extraction task
This endpoint cancels an in-progress screenplay extraction task. Once cancelled, the task cannot be resumed.Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
| task_id | string | Yes | The screenplay task ID to cancel |
| Parameter | Type | Description |
|---|---|---|
| code | integer | Response code indicating the result status |
| msg | string | Response message |
| data.task_id | string | The cancelled task ID |
| data.status | string | Task status: "cancelled" |
| success | boolean | Indicates whether the cancellation was successful |
| failed | boolean | Indicates whether the cancellation failed |
pending or running status can be cancelled"cancelled" statusAPI key for authentication
The screenplay task ID to cancel
"ros-sd-20260313-a3f8c2b1"
Task cancelled successfully