Delete a chapter
Requires OAuth scope:
study:writePath Parameters
The study ID (8 characters)
The chapter ID to delete (8 characters)
Response
Returns HTTP 204 No Content on success.Example
Error responses
Update chapter PGN tags
Requires OAuth scope:
study:write- You must be a contributor to the study.
- Existing tags not mentioned in the request are preserved.
- To delete a tag, send it with an empty value.
- Only standard PGN tags and some custom tags are allowed.
Path Parameters
The study ID (8 characters)
The chapter ID (8 characters)
Request Body
Send asapplication/x-www-form-urlencoded:
PGN tags to update, in standard PGN tag format.Format:
[TagName "Tag Value"]Multiple tags should be separated by newlines.Supported PGN Tags
Standard tags:Event- Event nameSite- Site/locationDate- Date in YYYY.MM.DD formatRound- Round numberWhite- White player nameBlack- Black player nameResult- Game result (1-0,0-1,1/2-1/2, or*)Annotator- Annotator nameECO- Opening ECO codeOpening- Opening nameVariant- Chess variantTimeControl- Time controlWhiteElo- White player ratingBlackElo- Black player ratingWhiteTitle- White player title (GM, IM, etc.)BlackTitle- Black player titleFEN- Starting position (for non-standard starts)
Response
Returns HTTP 204 No Content on success.Example
Update multiple tags:Error responses
Additional Information
Chapter IDs
Chapter IDs are 8-character alphanumeric strings that uniquely identify a chapter within Lichess. You can find chapter IDs in:- The URL when viewing a chapter:
lichess.org/study/{studyId}/{chapterId} - The response from the Import PGN endpoint
- The chapter list when viewing a study in the Lichess interface
Rate Limits
All chapter management endpoints are rate limited. The exact limits depend on:- Your account status (titled players and coaches have higher limits)
- Your IP address
- The specific operation being performed
429 Too Many Requests response.
Permissions
Study Owner
Full access to all chapter operations including deletion and tag updates.
Contributors
Can update chapter tags and import PGN, but cannot delete chapters unless they are the study owner.
Study Admin
Special permission that grants owner-level access. Requires the
study:admin permission.Read-only
Can only view and export chapters. Cannot make any modifications.

