delete_record
Soft delete a farm record using its UUID, removing it from active use while retaining data. Optionally include the farm ID.
Instructions
Delete (soft delete) a record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| farm_id | No | The ID of the farm (optional if a default is set). | |
| record_id | Yes | The UUID of the record to delete. |