Skip to main content
DELETE
/
Module
/
{moduleId}
/
Note
/
{noteId}
Delete a module note
curl --request DELETE \
  --url https://api.plantpredict.terabase.energy/Module/{moduleId}/Note/{noteId} \
  --header 'Authorization: Bearer <token>'
[ { "id": 34514, "date": "2026-02-04T10:03:03.14", "contents": "Changing status", "ownerId": 5093, "entityType": 2, "entityID": 41259 } ]

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

moduleId
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