package
0.0.0-20241211205225-5767465f4db9
Repository: https://github.com/arthurgavazza/farm-api-challenge.git
Documentation: pkg.go.dev

# 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