Delete Task

Response

FieldTypeDescription
codeStringResponse code indicating the status of the request.
messageStringResponse message describing the result of the request.
resultArrayArray of result objects containing details about each task.
result[].taskIdStringUnique identifier for the task.
result[].statusStringStatus of the task indicating whether the operation was successful or failed.
result[].errorMsgStringError message that contains specific error details if an error occurred (null if no error).
result[].subTaskIdStringUnique identifier for the sub-task associated with the main task.
result[].dataObjectObject containing additional data related to the task.
result[].data.sizeNumberSize of the task in bytes.
result[].data.unitStringUnit of measurement for the size (e.g., byte).
Language
Click Try It! to start a request and see the response here!