Skip to main content
DELETE
/
Project
/
{projectId}
/
Note
/
{noteId}
Delete a project note
curl --request DELETE \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Note/{noteId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 34516,
    "date": "2026-02-09T12:57:51.423",
    "contents": "Example Project Note.",
    "ownerId": 8903,
    "entityType": 1,
    "entityID": 187749
  },
  {
    "id": 34517,
    "date": "2026-02-09T12:58:23.2",
    "contents": "Second example Project Note.",
    "ownerId": 8903,
    "entityType": 1,
    "entityID": 187749
  }
]

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

projectId
integer
required
noteId
integer
required

Response

Remaining notes

id
integer
date
string

ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.

contents
string
ownerId
integer
entityType
enum<integer>

EntityType

Available options:
1,
2,
3,
4,
5,
6
entityID
integer