Skip to main content
DELETE
/
api
/
v1
/
batches
/
{id}
curl -X DELETE https://api.chessplay.io/api/v1/batches/1/ \
  -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.

Path Parameters

id
integer
required
Batch ID
curl -X DELETE https://api.chessplay.io/api/v1/batches/1/ \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Admin only