cURL
curl --request DELETE \ --url http://sandbox.mintlify.com/students/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Deletes a single student from the system based on the ID supplied.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
5-digit student ID of the student you wish to delete.
5
"01234"