CRM Service Calls

Delete Task

Delete a task by ID.

Permanently removes the task record.

Path Parameters:

  • task_id: The task's CRM record ID.

Response: Confirmation with deleted: true and the deleted task ID.

delete/crm/tasks/{task_id}

Path parameters

task_idstring required

Response

Successful Response

deletedboolean
idsstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.