Remove Mentor From Class
Remove mentor from class
Authorizations
AuthorizationstringRequired
Body
classroomIdintegerOptional
id of classroom
userIdintegerOptional
id of mentor
Responses
200
Response
application/json
post
/v1/class/mentor/removePOST /v1/class/mentor/remove HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"classroomId": 1,
"userId": 1
}200
Response
{
"message": "success",
"status": true
}Last updated