v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
speech-history

Delete History Item

Delete a history item by its ID

delete/v1/history/{history_item_id}

Path parameters

history_item_idstring required

History item ID to be used, you can use GET https://api.elevenlabs.io/v1/history to receive a list of history items and their IDs.

Example:VW7YKqPnjY4h39yTbx2L

History item ID to be used, you can use GET https://api.elevenlabs.io/v1/history to receive a list of history items and their IDs.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

statusstring required

The status of the deletion request. If the request was successful, the status will be 'ok'. Otherwise an error message with http code 500 will be returned.

Example response

{
  "status": "ok"
}