Skip to main content
DELETE
https://api.chessplay.io
/
api
/
v1
/
students
/
{id}
curl -X DELETE https://api.chessplay.io/api/v1/students/123/ \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Authentication

Authorization
string
required
Bearer token for authentication (Admin only)

Path Parameters

id
integer
required
Student ID to delete
curl -X DELETE https://api.chessplay.io/api/v1/students/123/ \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Only Admin users can delete students.