DeleteAttachment
Removes one or more attachments from a specified email or item. It requires the attachment ID or related identifiers to perform deletion.
Input
| Name | Type | Required | Description |
| MessageId | String | True | The unique identifier of the email message from which one or more attachments will be deleted. This ID is required to locate the target message. |
| AttachmentIds | String | True | A semicolon-separated list of unique attachment identifiers to be deleted from the specified email message. Each ID must correspond to an existing attachment on the message. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the delete operation was completed successfully. A value of true confirms deletion; false indicates that one or more attachments could not be removed. |