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."
}

Documentation Index

Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt

Use this file to discover all available pages before exploring further.

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 29, 2026