Skip to main content
DELETE
/
tiro
/
notes
/
{note_id}
Delete a note
curl --request DELETE \
  --url https://{deployment}/api/v1/tiro/notes/{note_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Path Parameters

note_id
integer
required

Numeric Tiro note ID (not the note GUID — the handler parses it as an integer).

Response

Deletion result

success
boolean
message
string