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":["954934c7-f635-40cf-aa6f-2adebde5a007","7f58d80b-75e9-4137-a94a-1b6ffb8e4798","52eb9583-141e-4d23-bd86-2e1de873a2b2"]}'
Request examples
{
"participants": [
"954934c7-f635-40cf-aa6f-2adebde5a007",
"7f58d80b-75e9-4137-a94a-1b6ffb8e4798",
"52eb9583-141e-4d23-bd86-2e1de873a2b2"
]
}