Skip to main content
DELETE
/
notes
/
{id}
Delete note
curl --request DELETE \
  --url https://api.openwhispr.com/api/v1/notes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key starting with owk_live_

Path Parameters

id
string<uuid>
required

Note ID.

Response

Note deleted.