v3

latestOpenAPI 3.1.02026-08-045365213.8 KB

Cancel Ongoing Task

Cancel a running asynchronous task.

Args: task: The type of task (segment, bulkmatch, discogen) task_id: The UUID of the task to cancel request: FastAPI request object auth_info: Authentication information

Returns: JSON response: Cancellation status and message

delete/{task}/cancel/{task_id}

Path parameters

taskstring required

Task family: discogen, bulkmatch, contactmatch, or segment.

Task family: discogen, bulkmatch, contactmatch, or segment.

task_idstring required

Response

Successful Response

successboolean required

Whether the cancellation request was successful

messagestring required

Human-readable status message

task_idstring required

The task ID that was cancelled

statusstring required

Current task status after cancellation attempt