Delete Chapter

DELETE
/v1/projects/:project_id/chapters/:chapter_id

Delete a chapter by its chapter_id.

Path parameters

project_idstringRequired

The project_id of the project, you can query GET https://api.elevenlabs.io/v1/projects to list all available projects.

chapter_idstringRequired

The chapter_id of the chapter. You can query GET https://api.elevenlabs.io/v1/projects/{project_id}/chapters to list all available chapters for a project.

Response

Successful Response