Delete Post Learning Activity - Online Test
This API is used to delete online test that is a part of post learning activity in LMS
Request URL:
https://people.zoho.com/api/v1/courses/<courseId>/settings/postcourseactivities/onlineTests/<testId>
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 update data
Method:
DELETE
Request
Copiedhttps://people.zoho.com/api/v1/courses/219225000000642002/settings/postcourseactivities/onlineTests/219225000000671061
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"code": "200",
"testId": "219225000000671061",
"message": "success"
}