Skip to content

Delete a note

DELETE
/api/v1/book-notes/{noteId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/book-notes/1

Delete a specific note by its ID.

noteId
required
integer format: int64

ID of the note to delete

Note deleted successfully