delete_animal
Delete an animal from ranch records by specifying its UUID. Removes the animal from active farm data while preserving the record for history.
Instructions
Delete (soft delete) an animal record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| farm_id | No | The ID of the farm (optional if a default is set). | |
| animal_id | Yes | The UUID of the animal to delete. |