cURL
curl --request POST \ --url https://openapi.octoparse.com/cloudextraction/subtasks:stop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskId": "<string>", "subTaskIds": [ "<string>" ] } '
{ "requestId": "<string>" }
Stop subtasks in the Cloud.
Use the access_token obtained from POST /token
Subtasks stopped