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":["a268df91-37dc-4453-9e21-5a7a018388ae","4270dc38-7ba5-4c5d-8e9e-5c241cea7ce3","6b4d85e3-1b91-41be-81b8-f3709750ff5c"]}'
Request examples
{
"participants": [
"a268df91-37dc-4453-9e21-5a7a018388ae",
"4270dc38-7ba5-4c5d-8e9e-5c241cea7ce3",
"6b4d85e3-1b91-41be-81b8-f3709750ff5c"
]
}