Delete Note
DELETE /api/desktop/notes/{note_id}
DELETE
/api/desktop/notes/{note_id}
Delete a quick note.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” note_id
required
Note Id
string
Responses
Section titled “ Responses ”Successful Response
StatusResponse
Simple status-only response.
object
status
required
Status
Operation status
string
message
Message
Human-readable message
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context