This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/courses//subjects//unassign/many' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"lectureIds" : [
"674c75534459bd16e561fe53",
"674c75ef4459bd16e561fe80"
]
}'
{
"success": true
}