メインコンテンツへスキップ
DELETE
/
job
/
{jobId}
/
delete
Delete Job
curl --request DELETE \
  --url https://cloud.cdata.com/api/job/{jobId}/delete \
  --header 'Authorization: Bearer <token>'

承認

Authorization
string
header
必須

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

パスパラメータ

jobId
string
必須

The Id of the job you want to delete.

レスポンス

200

OK