v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Delete Job Attachment

delete/jobs/{job_uid}/attachments/{attachment_uid}

Path parameters

job_uidstring required
attachment_uidstring required

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Job Attachment Deleted",
  "title": "Job Attachment Deleted",
  "data": {
    "job_uid": "49305b3e-6a2c-47c3-aaa9-1999dafb8a98",
    "attachment_uid": "39aa3f10-ccc6-4619-9107-7242fb3766fe"
  }
}