Path parameters
-
userId
string(uuid) Required User UUID.
DELETE
/teachers/{userId}/classes
curl \
--request DELETE 'https://connect.century.tech/api/v1/teachers/68f06c66-702a-4c26-b8c5-b6dc4f81f25d/classes' \
--header "x-api-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"classIds":["string"]}'
Request examples
{
"classIds": [
"string"
]
}