curl -X DELETE "https://your-domain.com/api/notes/note_abc123/delete" \
-H "Authorization: Bearer YOUR_TOKEN"
true
curl -X DELETE "https://your-domain.com/api/notes/note_abc123/delete" \
-H "Authorization: Bearer YOUR_TOKEN"
true
Delete a note by ID.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/open-webui/open-webui/llms.txt
Use this file to discover all available pages before exploring further.
features.notes or admin role, plus write access to the note.
true when the note is successfully deletedcurl -X DELETE "https://your-domain.com/api/notes/note_abc123/delete" \
-H "Authorization: Bearer YOUR_TOKEN"
true
features.notes permission enabled