Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \ -H "Authorization: Bearer mvo_live_abc123"
result = client.notes.delete("nte_a1b2c3d4e5") assert result.deleted is True
const result = await client.notes.delete('nte_a1b2c3d4e5'); console.log(result.deleted); // true
{ "id": "nte_a1b2c3d4e5", "deleted": true }
Permanently delete a note.
nte_a1b2c3d4e5
true