cURL
curl --request POST \ --url https://api.example.com/partner/{partner_id}/student/{student_id}/deactivate \ --header 'Authorization: Bearer <token>'
{ "id": 123, "partner_id": 123, "full_name": "<string>", "status": "active", "joined_at": "2023-11-07T05:31:56Z", "email": "<string>", "primary_contact": "<string>", "notes": "<string>", "user_id": 123 }
비활성화 시킴(종료와 다름)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
강사 ID
Successful Response
active
inactive
archived