Skip to content

Hủy lịch trình

Request

Bodyapplication/jsonrequired
idintegerrequired

Mã kế hoạch

POST
/cloudphone/rpa/task/cancel
curl -i -X POST \
  /cloudphone/rpa/task/cancel \
  -H 'Content-Type: application/json' \
  -d '{
    "id": 1678919049331329
  }'

Responses

Headers
any
Bodyapplication/json
codeintegerrequired

Mã phản hồi, 0 biểu thị thành công, >0 biểu thị thất bại

msgstringrequired

Thông báo lỗi

requestIdstringrequired

ID theo dõi yêu cầu

Response
{ "code": 0, "data": null, "msg": "" }