コンテンツへスキップ

実行をキャンセルする

Request

Path
idstringrequired
Bodyapplication/jsonrequired
idintegerrequired

プランID

POST
/api/cloudphone/rpa/subTask/cancel/{id}
curl -i -X POST \
  'http://127.0.0.1:40000/api/cloudphone/rpa/subTask/cancel/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "id": 1678919049331329
  }'

Responses

Headers
any
Bodyapplication/json
codeintegerrequired

応答コード。0は成功、>0は失敗を示す。

msgstringrequired

エラーメッセージ

requestIdstringrequired

トレースIDをリクエスト

datanullrequired
Response
{ "code": 0, "msg": "string", "requestId": "string", "data": null }