Delete an embedded or a linked attachment on a job
Deletes an attachment associated with a job. The jobUpdateAttachments privilege is required to delete attachments on a job.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X DELETE /{orgId}/{itemId}/jobs/{jobId}/attachments/{attachmentId} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |