Remove Cohort Students
Remove students from a Smart IA Cohort
Path parameters
-
cohortId
string(uuid) Required Cohort UUID.
DELETE
/smart-ia/cohorts/{cohortId}/students
curl \
--request DELETE 'https://connect.century.tech/api/v1/smart-ia/cohorts/c334f818-0281-4f47-855a-3a3d0e356cfd/students' \
--header "x-api-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"userIds":["string"]}'
Request examples
{
"userIds": [
"string"
]
}