Skip to main content
DELETE
Eliminar una tarea
Deletes a task. The deletion is permanent — there is no soft-delete flag and no restore endpoint. To take a task off someone’s list while keeping the record, set its status to cancelled or completed with PATCH /v1/crm/tasks/:id instead.

Endpoint

Required scope

crm:tasks:delete

Headers

Path parameters

Example request

Response

204 No Content

The task was deleted. The response body is empty.

401 Unauthorized

Missing, invalid, revoked, or expired token.

403 Forbidden

The token does not have the crm:tasks:delete scope.

404 Not Found

No task with that id, or the task belongs to a different company.

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Path Parameters

id
string
required

Response

204

Tarea eliminada