cURL
curl --request POST \ --url https://api.example.com/partner/{partner_id}/student/enrollments/{enrollment_id}/drop \ --header 'Authorization: Bearer <token>'
{ "id": 123, "class_id": 123, "student_id": 123, "status": "active", "enrolled_at": "2023-11-07T05:31:56Z", "invite_code_id": 123, "completed_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
강사 ID
Successful Response
active
inactive
completed
dropped