Remove Job from Project

delete/projects/{project_uid}/jobs/{job_uid}

Path parameters

project_uidstring required
job_uidstring required

Query parameters

delete_jobboolean

Request body

job_uidstring

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Job Deleted from the Project successfully",
  "data": {
    "project_uid": "2417abf0-d55d-11ee-85b8-f531d3adbde8"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.