This document is generated by Aladia.
spaceId
: Space Id to which the user is foundcourseId
of the course inside the space, profileIds
of the profiles inside the space or groupId
of the group to remove the license from.curl --location --request PATCH 'https://api.aladia.io/v2/spaces/6617c00ed3179eccf598d5fd/members/remove-license' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": "66aee615cb877d127a556f17"
}'
{
"updated": true
}