Remove a participant from a workflow task Run in API Explorer
Ask AI
DELETE
/api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}/participants
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/workflow/6ff8f7f6-1eb3-3525-be4a-3932c805afed/task/6ff8f7f6-1eb3-3525-be4a-3932c805afed/participants' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"participants":["f36aee83-94c1-415e-b6e1-5b85245824f9","7b96a1b6-dd98-488c-b6fe-64f05289837c","0c762b41-0bf9-4b27-a9ea-e1d52834a573"]}'
Request examples
{
"participants": [
"f36aee83-94c1-415e-b6e1-5b85245824f9",
"7b96a1b6-dd98-488c-b6fe-64f05289837c",
"0c762b41-0bf9-4b27-a9ea-e1d52834a573"
]
}