Remove Learner From Batch API

This API is used to remove learner from a batch in LMS.

Request URL: 

https://people.zoho.com/api/v1/courses/<courseId>/batches/<batchId>/learners/<LearnerId>

Header:

Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Scope:

ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.DELETE

Possible Operation Types:

ALL - Complete access to data
DELETE - Only to delete data

Method:

DELETE

Request

Copiedhttps://people.zoho.com/api/v1/courses/219225000000642002/batches/219225000000645215/learners/219225000000654043

Request

Header

CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Response

Copied{
    "code": "200",
    "learnerId": "219225000000654043",
    "message": "success"
}