v4
OpenAPI 3.1.02026-07-313621,3961.8 MBspeech-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
Example response
{
"status": "ok"
}