削除

ジョブの削除をします。

DELETE /api/1.0/job/{jobId}

※ jobId:削除したいジョブID

Request parameters
Name Description Type Data type Required
Authorization Bearer [APIキー] header String True
Successful Response
Response Code 200 OK
Response Headers Content-type: application/json
Name Description Example Data type
なし
実行例
# Execute request
curl -X DELETE -H "Authorization:$token" -H Content-Type:application/json ¥
https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/job/4dc0ce...c44198de63...2006ec
レスポンス例
  
    {}