Unpublish Batch API
This API is used to unpublish a batch in LMS.
Request URL:
https://people.zoho.com/api/v1/courses/<courseId>/batches/<batchId>/unpublish
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Scope:
ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.CREATE
Possible Operation Types:
ALL - Complete access to data
CREATE - Only to create data
Method:
POST
Request
Copiedhttps://people.zoho.com/api/v1/courses/219225000000645203/batches/219225000000645215/unpublish
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"code": "200",
"message": "success",
"batchId": 219225000000645215
}