deleteAttachment

Click to copy

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

NameTypeRequired

token

string

Path parameters

NameTypeRequired

jobId

string

attachmentId

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# 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

Use dark colors for code blocksCopy
1
2
3
{
  "success": true
}
StatusMeaningDescriptionSchema

200

OK

success

Success

400

Bad Request

error

WorkflowExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.