DeleteAttachment
Remove a specified attachment from Smartsheet to maintain data integrity.
Input
| Name | Type | Required | Description |
| SheetId | String | False | The unique identifier of the sheet containing the attachment to be deleted. This is required to locate the attachment within the specific sheet in Smartsheet. |
| AttachmentId | String | False | The unique identifier of the attachment to be deleted. If the attachment has multiple versions, this ID specifies the exact version to remove. Each version is assigned a distinct attachment ID. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating whether the deletion operation was successful. Returns 'true' if the attachment was deleted, and 'false' otherwise. |