Remove Bundle From Class
Remove bundle from class
Authorizations
AuthorizationstringRequired
Body
bundleIdsinteger[]Optional
list id of bundles
classroomSlugstringOptional
slug of class
Responses
200
Response
application/json
post
/v3/class/bundle/removePOST /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"
}200
Response
{
"message": "success",
"status": true
}Last updated