DeleteFile
Removes a file that is currently attached to a CRM record.
Input
| Name | Type | Description |
| ModuleName | String | API name of the module from which the attachment is deleted. |
| RecordID | String | Unique identifier of the record associated with the attachment. |
| AttachmentID | String | Unique identifier of the attachment to be deleted. |
Result Set Columns
| Name | Type | Description |
| Message | String | Message returned by Zoho CRM indicating the outcome of the deletion operation. |
| Status | String | Status returned by Zoho CRM, such as success or failure, for the deletion request. |