Delete workflow task attachment
Delete a workflow task attachment.
Request syntax
DELETE /workflows/${WORKFLOW_ID}/tasks/${TASK_ID}/attachments/${ATTACHMENT_ID} HTTP/1.1
Host: api.simworkflow.com
Authorization: Bearer ${PERSONAL_ACCESS_TOKEN}
Request headers
Authorization |
|
---|
Response syntax
HTTP/1.1 200 OK
Response elements
If the action is successful, the service sends back an HTTP 200 response.
Errors
See also general errors.
cURL example: delete a workflow task attachment
GET /workflows/23bBE1NGSll5narSt8NLsy/tasks/39K2z9FLqulkggtQRisYlw/attachments/3qR2txuUUAcWioeylO4ekf
curl \
--request "DELETE" \
--header "Authorization: Bearer ${PERSONAL_ACCESS_TOKEN}" \
--url "https://api.simworkflow.com/workflows/23bBE1NGSll5narSt8NLsy/tasks/39K2z9FLqulkggtQRisYlw/attachments/3qR2txuUUAcWioeylO4ekf"
RESPONSE
HTTP/1.1 200 OK