Remove Note

Remove a note from a project.

curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/notes/{noteId}/remove \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?