Tasks & Appointments V2
Delete Task
Deletes a task or appointment by ID. Caller must have manage permission on the entry's lead.
delete/v2.0/tasks/{taskId}
Path parameters
taskIdinteger required
ID of the task or appointment to delete.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Response
Entry deleted. Response body is a simple message envelope.
Example response
{
"message": "Operation successful"
}