Delete a Task Attachment
delete
                    /bpm/api/4.0/tasks/{id}/attachments/{attachmentName}
 Deletes an attachment by name.
If Oracle Content and Experience (documents) is enabled for this task, attachments do not apply.
                Request
Path Parameters
                - 
                    attachmentName(required):  string
                    
                    Name of attachment to be deleted
- 
                    id(required):  string
                    
                    Task ID
There's no request body for this operation.
Back to TopResponse
200 Response
Attachment Removed Successfully.
                            
                            
                            
                            
                        400 Response
Bad Request
                            
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
Conflict
                            
                            
                            
                            
                        500 Response
Internal Server Error