This document is generated by Aladia.
courseId
: Course Id from which the member will be removedprofileId
: Profile Id of the member to be removedstatus
code (200
for success) and errors
array.curl --location --request DELETE 'https://api.aladia.io/v2/courses//members/' \
--header 'apikey: '
{
"deleted": true
}