v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBTask
Unassociate Clients or Leads from a Task
Unassociate Clients or Leads from a Task
post/communications/tasks/{task_id}/delete-people
Path parameters
task_idstring required
task id
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Request body
Example request
{
"associated_people": [
{
"object_type_id": 1234567891234567,
"id": 1234567891234567
}
]
}Response
Task id created
Example response
{
"associate_people": [
{
"object_type_id": 1234567891234567,
"id": 1234567891234567
}
]
}