Skip to main content
POST
/
data
/
remove
Remove Data
curl --request POST \
  --url https://openapi.octoparse.com/data/remove \
  --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

Response

200 - application/json

Data removed

requestId
string