cURL
curl --request DELETE \ --url https://api.plataformainsight.com.br/v1/classe/{id}/remove-student \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "status": "<string>", "message": "<string>" }
Remove um aluno de uma turma.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Código da turma
Email do aluno
Was this page helpful?