Projects
Delete a project note
Deletes a note from a project by note ID. Returns true on success, false if delete fails.
Parameters:
-
projectId(path, required): The project ID. -
noteId(path, required): The note ID to delete.
DELETE
Delete a project 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
List predictions for a projectReturns all predictions for a project. Predictions do not include power plant data; use the Power Plant operation for sub-entities.
**Parameters:**
- `projectId` (path, required): The project ID.
Next
Delete a project note