Tasks & Appointments
Delete Task (V1)
Deletes a task by ID. Caller must have manage permission on the task's lead. The response body is empty.
delete/v1.0/tasks/{taskId}
Path parameters
taskIdinteger required
ID of the task to delete.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Response
Task deleted successfully. No response body.