Remove a participant from a workflow task
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":["0a18ea93-d5a2-4b2e-9597-3b08257b4f72"]}'
Request examples
{
"participants": [
"0a18ea93-d5a2-4b2e-9597-3b08257b4f72"
]
}