v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Delete TTS history

Delete a TTS history entry by ID.

delete/v2/tts/histories/{id}

Path parameters

idstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30

History identifier.

Query parameters

projectIdstring required
Example:ae6d58c6-c6bd-4ae0-ad74-b8b39c29928b

Project identifier.

Response

History deleted successfully.

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "TTS History deleted successfully",
  "messageKey": "OPERATION_SUCCESSFUL"
}