curl -X DELETE https://crm.vistum.com.br/api/v1/tasks/task_1 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "task_1", "deleted": true } }
Tarefas
Excluir tarefa
Exclui uma tarefa do workspace.
DELETE
/
api
/
v1
/
tasks
/
{id}
curl -X DELETE https://crm.vistum.com.br/api/v1/tasks/task_1 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "task_1", "deleted": true } }
Autenticação
string
required
Bearer vg_live_<sua_chave> — API Key com escopo tasks:write{ data: { id, deleted: true } }. Rate limit: perfil de exclusão.
curl -X DELETE https://crm.vistum.com.br/api/v1/tasks/task_1 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "task_1", "deleted": true } }