AsyncFlow API
  1. Voice Management
AsyncFlow API
  • Welcome to AsyncFlow API
  • Get Started
  • API Reference
    • API Status
      • API Status Check
    • Text-to-Speech
      • Text to Speech (WebSocket)
      • Text to Speech
      • Text to Speech with Word Timestamps
      • Text to Speech (Stream)
    • Voice Management
      • Clone Voice
        POST
      • List Voices
        POST
      • Get Voice
        GET
      • Update Voice
        PUT
      • Delete Voice
        DELETE
      • Get Voice Preview
        GET
  • Advanced Guides
    • Custom Pronunciations
      • Embedding Custom Phonemes in Async TTS API
      • Pronouncing digits one‑by‑one
  • Integrations
    • Integrate with Twilio
    • Pipecat Integration
  1. Voice Management

Delete Voice

DELETE
https://api.async.ai/voices/{id}
Delete a cloned voice from the voice libarary using voice id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.async.ai/voices/' \
--header 'x-api-key: <api-key>' \
--header 'version: v1'
Response Response Example
204 - Example 1
{}

Request

Path Params

Header Params

Responses

🟢204No Content
application/json
Body

🟠429RATE_LIMIT_EXCEEDED
🟠401INVALID_API_KEY
🟠404VOICE_NOT_FOUND
🟠404VERSION_NOT_FOUND
🔴500Server Error
Modified at 2025-06-26 10:49:18
Previous
Update Voice
Next
Get Voice Preview
Built with