Delete a student
DELETE
/usuario/{usuario_email_id}Deletes a student. The school can restore the student from the dashboard.
Authorization
apiKey AuthorizationBearer <token>
The school API key, found in the dashboard settings, sent in the Authorization header. The Bearer prefix is optional.
In: header
Path Parameters
usuario_email_id*string
The student, by ID, email or document (CPF). A value that is a valid email is looked up by email; otherwise the digits are matched against the ID and the document.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/usuario/string"{ "code": 200, "success": true}