Deleting Job Information
DELETE /job/{job_id}
Introduction
Deletes the specified Job information of the current User.
It is possible to delete the Job information of Jobs whose Status is Success/Error/Canceled among the current User's Jobs.
Request Examples
- This is an example of deleting Job ID 8192001.
curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X DELETE "https://192.168.1.1:5665/api/v1/job/8192001"
Parameters
PATH PARAMETERS
| job_id (required) |
integer Job ID. |
Responses
If the Job is successfully deleted, the HTTP status code will be 200 (OK).

