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 (Stream)
    • Voice Management
      • Clone Voice
        POST
      • List Voices
        POST
      • Get Voice
        GET
      • Update Voice
        PATCH
      • Delete Voice
        DELETE
  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
{}

Request

Path Params
id
string 
required
Voice id
Header Params
x-api-key
string 
required
Example:
<api-key>
version
string 
required
Example:
v1

Responses

🟢200Success
application/json
Body
object {0}
Previous
Update Voice
Built with