CRM
  1. tarefas
CRM
  • tarefas
    • Tarefas
      GET
    • Tarefas
      POST
    • Tarefas
      PUT
    • Tarefas
      DELETE
  • Esquemas
    • Tarefas
  1. tarefas

Tarefas

Em desenvolvimento
DELETE
/tasks/{{taskid}}

Requisição

Authorization
Adicionar parâmetro em header
X-API-Key
Exemplo:
X-API-Key: ********************

Respostas

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://api-crm.caw.agency/tasks/' \
--header 'X-API-Key: <api-key>'
Response Response Example
{
    "id": 0,
    "title": "string",
    "description": "string",
    "priority": "string",
    "status": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "userId": 0
}
Modificado em 2025-09-23 20:17:40
Página anterior
Tarefas
Próxima página
Tarefas
Built with