DELETE
/notes/{note_id}
curl \
--request DELETE 'https://*.syngency.com/admin/api/notes/{note_id}'
Response examples (500)
{
"code": 42,
"message": "string"
}
curl \
--request DELETE 'https://*.syngency.com/admin/api/notes/{note_id}'
{
"code": 42,
"message": "string"
}