Job Management
Delete Job
Delete a job.
DEL/api/v1/workspace/jobs/{jobId}
Example
Request
curl -X DELETE \
"https://live.fleetwork.vn/api/v1/workspace/jobs/3fa85f64-5717-4562-b3fc-2c963f66afa6" \
-H "API-KEY: <your-key>"Response
{
"code": "OK",
"message": null,
"data": true
}This operation cannot be undone. Consider cancelling a job instead if you want to preserve historical data.