Notes
Delete a note by ID
Deletes a single note based on the ID supplied
delete/v1/notes/{noteId}
Path parameters
noteIdstring required
ID of note to delete
Response
Note deleted
Example response
{
"status": "ok",
"date": "2024-11-21T14:38:24.093Z"
}