Use the DeleteAttachment request to remove an attachment from a Work Item.
PolarionClient client = PolarionClient.createClient(serverUri, username, password); new DeleteAttachment(client, attachmentUri).call();
Attachment
DeleteAttachment