delete https://api.topview.ai/v1/m2v/task/delete
Response
Field | Type | Description |
---|---|---|
code | String | Response code indicating the status of the request. |
message | String | Response message describing the result of the request. |
result | Array | Array of result objects containing details about each task. |
result[].taskId | String | Unique identifier for the task. |
result[].status | String | Status of the task indicating whether the operation was successful or failed. |
result[].errorMsg | String | Error message that contains specific error details if an error occurred (null if no error). |
result[].subTaskId | String | Unique identifier for the sub-task associated with the main task. |
result[].data | Object | Object containing additional data related to the task. |
result[].data.size | Number | Size of the task in bytes. |
result[].data.unit | String | Unit of measurement for the size (e.g., byte). |