Modules
Delete a module note
Deletes a single note from a module’s audit trail. Permanent; intended for cleaning up accidental entries rather than rewriting history.
DELETE
Delete a module note
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Response
Remaining notes
Previous
Get nearest ASHRAE station by coordinates### GET /ASHRAE
Returns the closest ASHRAE station based on the specified coordinates. The station with the shortest distance from the latitude and longitude is returned.
**Parameters:**
- `Latitude` (query, required): Latitude coordinate.
- `Longitude` (query, required): Longitude coordinate.
- `Version` (query, optional): ASHRAE version (AshraeVersionEnum). Default: Version_2021.
Next
Delete a module note