Skip to main content
DELETE
/
v1
/
voices
/
streams
/
{voice_id}
Delete Audio Stream
curl --request DELETE \
  --url https://voice.plotweaver.app/v1/voices/streams/{voice_id} \
  --header 'API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://plotweaver.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

API-KEY
string
header
required

Path Parameters

voice_id
string<uuid>
required

Response

Successful Response