v1
latestOpenAPI 3.1.02026-07-2438302.6 MBDelete Job Attachment
delete/jobs/{job_uid}/attachments/{attachment_uid}
Path parameters
job_uidstring required
attachment_uidstring required
Response
200
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"
}
}