DELETE
/notes/{noteid}
curl \
--request DELETE 'https://YOURSITE.infoodle.com/apiv2/notes/{noteid}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"success": "ok",
"note_id": 150
}
Response examples (400)
{
"error": "Error deleting the note"
}