Remove Bundle From Class
Last updated
Last updated
POST /v3/class/bundle/remove HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"bundleIds": [
1
],
"classroomSlug": "text"
}{
"message": "success",
"status": true
}