Skip to main content
POST
/
open
/
api
/
rpa
/
task
/
delete
Rpa delete task
curl --request POST \
  --url https://user.pmock.com/api/open/api/rpa/task/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "taskId": 123
}'
{
  "traceId": "<string>",
  "code": 123,
  "msg": "<string>",
  "status": "finish",
  "data": null
}

Body

application/json
taskId
integer<int64>
required

任务id

Response

200 - application/json
traceId
string
required

Request link ID

code
integer
required

code

msg
string
required

Request return message

status
string
default:finish
required

Status, representing whether this is an instant completion or waiting state, finish or pending

data
null

Request return data