For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Start buildingGet support
DocumentationAPI ReferenceChangelogDiscord
  • Voices
    • POSTCreate voice
    • GETList voices
    • DELDelete voice
  • Text-to-Speech (TTS)
    • WSSStream Input
    • STREAMText-to-Speech (Streamed JSON)
    • POSTText-to-Speech (Streamed File)
    • POSTText-to-Speech (Json)
    • POSTText-to-Speech (File)
    • POSTVoice Conversion (Streamed File)
    • STREAMVoice Conversion (Streamed JSON)
  • Speech-to-speech (EVI)
    • WSSChat
      • POSTCreate config
      • GETList configs
      • GETList config versions
      • GETGet config version
      • POSTCreate config version
      • PATCHUpdate config name
      • PATCHUpdate config description
      • DELDelete config
      • DELDelete config version
  • Expression Measurement API
Start buildingGet support
LogoLogo
LogoLogo
Speech-to-speech (EVI)Configs

Delete config version

DELETE
https://api.hume.ai/v0/evi/configs/:id/version/:version
DELETE
/v0/evi/configs/:id/version/:version
$curl -X DELETE https://api.hume.ai/v0/evi/configs/your-config-id/version/1 \
> -H "X-Hume-Api-Key: <apiKey>"

Deletes a specified version of a Config.

For more details on configuration options and how to configure EVI, see our configuration guide.

Was this page helpful?
Previous

Create prompt

Next
Built with

Authentication

X-Hume-Api-Keystring
API Key authentication via header

Path parameters

idstringRequiredformat: "uuid"
Identifier for a Config. Formatted as a UUID.
versionintegerRequired
Version number for a Config. Configs, Prompts, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed. Version numbers are integer values representing different iterations of the Config. Each update to the Config increments its version number.

Response

OK