Note

Delete a note

DELETE
/api/v1/note/delete/{noteId}
/api/v1/note/delete/{noteId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

noteId
Required
string

The ID of the note to delete

curl -X DELETE "https://example.com/api/v1/note/delete/string" \
  -H "Authorization: <token>"

OK