curl -X DELETE https://crm.vistum.com.br/api/v1/leads/cnt_cmnl5abc123/notes/note_2 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "note_2", "deleted": true } }
Anotações
Excluir anotação
Exclui uma anotação de um contato (lead).
DELETE
/
api
/
v1
/
leads
/
{id}
/
notes
/
{noteId}
curl -X DELETE https://crm.vistum.com.br/api/v1/leads/cnt_cmnl5abc123/notes/note_2 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "note_2", "deleted": true } }
Autenticação
string
required
Bearer vg_live_<sua_chave> — API Key com escopo notes:write{ data: { id, deleted: true } }. Rate limit: perfil de exclusão. 404 se a anotação não pertencer ao contato.
curl -X DELETE https://crm.vistum.com.br/api/v1/leads/cnt_cmnl5abc123/notes/note_2 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "note_2", "deleted": true } }