Skip to main content
POST
/
cloudextraction
/
stop
Stop Task
curl --request POST \
  --url https://openapi.octoparse.com/cloudextraction/stop \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "taskId": "<string>"
}
'
{
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Body

application/json
taskId
string
required

ID of the task to stop

Response

200 - application/json

Task stopped

requestId
string