Soft-delete a note.
cURL
curl --request DELETE \ --url https://api.openwhispr.com/api/v1/notes/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "<string>", "message": "<string>" } }
API key starting with owk_live_
Note ID.
Note deleted.