Skip to main content
DELETE
/
v1
/
notes
/
{note_id}
Delete a note
curl --request DELETE \
  --url https://app.nex.ai/api/developers/v1/notes/{note_id} \
  --header 'Authorization: <api-key>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

note_id
string
required

Note ID

Response

Note archived

Last modified on March 7, 2026