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