# [EXPERIMENTAL] Delete Forecast Delete a single Forecast. Endpoint: DELETE /resource-overview/{date}/{location}/forecasts Version: 1.27.2 Security: clientCredentials ## Path parameters: - `date` (string, required) Date for which to delete the forecast Example: "2023-10-01" - `location` (string, required) Name of the location for which to delete the forecast Example: "Ghent" ## Response 400 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." - `violations` (array) - `violations.field` (string) Example: "path.to.field" - `violations.message` (string) Example: "Field is required" ## Response 204 fields ## Response 401 fields