curl -X DELETE https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "nte_a1b2c3d4e5",
"deleted": true
}
Permanently delete a note.
curl -X DELETE https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "nte_a1b2c3d4e5",
"deleted": true
}
nte_a1b2c3d4e5).true for a successful deletion.curl -X DELETE https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "nte_a1b2c3d4e5",
"deleted": true
}