# Functions
@Summary Delete a farm by ID @Description Deletes a farm by its unique ID @Tags Farm @Accept json @Produce json @Param id path string true "Farm ID" @Success 204 "No Content" @Failure 400 {object} shared.CustomError "Bad Request" @Failure 404 {object} shared.CustomError "Not Found" @Failure 500 {object} shared.CustomError "Internal Server Error" @Router /farms/{id} [delete].
# Variables
No description provided by the author
# Structs
No description provided by the author