DeleteFile
Detaches and removes a file that is linked to a given CRM record.
Input
| Name | Type | Description |
| ModuleName | String | The API name of the module containing the record with the attachment to delete. |
| RecordID | String | Unique identifier of the record associated with the attachment to delete. |
| AttachmentID | String | Unique identifier of the attachment to be deleted. |
Result Set Columns
| Name | Type | Description |
| Message | String | Message from Zoho CRM indicating whether the delete operation was successful. |
| Status | String | Status returned by Zoho CRM for the delete operation. |