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

Documentation Index

Fetch the complete documentation index at: https://developer.chessplay.io/llms.txt

Use this file to discover all available pages before exploring further.

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.