Deleting an Attachment

Use the DeleteAttachment request to remove an attachment from a Work Item.

Example

PolarionClient client = PolarionClient.createClient(serverUri, username, password);

new DeleteAttachment(client, attachmentUri).call();

Related concepts
Attachment

Related reference
DeleteAttachment