Skip to main content
DELETE
/
notes
/
{id}
Delete a note
curl --request DELETE \
  --url https://api.zeeg.me/v2/notes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The UUID or integer ID of the note.

Response

No Content

Last modified on April 4, 2026