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":["550a6ffc-0e2c-4f3f-924a-78407a6be04c","bda5c1b3-7728-45f9-95f6-0c7071c78caa","c682c0bd-3ecb-448a-aea1-9c424a878f92"]}'
Request examples
{
"participants": [
"550a6ffc-0e2c-4f3f-924a-78407a6be04c",
"bda5c1b3-7728-45f9-95f6-0c7071c78caa",
"c682c0bd-3ecb-448a-aea1-9c424a878f92"
]
}