Delete task attachment
DELETE /tasks/{task_id}/attachments/{attachment_id}
DELETE
/tasks/{task_id}/attachments/{attachment_id}
Delete an attachment from a task
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” task_id
required
string
Task ID
attachment_id
required
string
Attachment ID
Responses
Section titled “ Responses ”Attachment deleted
object
success
required
boolean
Example
true