Skip to content

Delete a note by path

DELETE
/notes/*path
curl --request DELETE \
--url 'https://api.engram.page/notes/*path' \
--header 'Authorization: Bearer <token>'

Deletes the note at the given path. Idempotent — deleting a non-existent note still returns deleted: true.

path
required
string

Note path

Deleted

Media typeapplication/json
DeletedFlag
object
deleted
required
boolean
Example
{
"deleted": true
}