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":["cdca5170-1ee1-49c9-825c-2943d34a62d7","e986b33e-ee7c-46d5-96a1-a458e421938d","93c38ed2-d83d-4d1d-b703-0d559568b712"]}'
Request examples
{
"participants": [
"cdca5170-1ee1-49c9-825c-2943d34a62d7",
"e986b33e-ee7c-46d5-96a1-a458e421938d",
"93c38ed2-d83d-4d1d-b703-0d559568b712"
]
}