Skip to main content
DELETE
/
voice
/
{prompt_id}
Delete a voice prompt
curl --request DELETE \
  --url https://restapi.deepdub.ai/api/v1/voice/{prompt_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Operation successful",
  "data": "<unknown>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Must start with dd- prefix.

Headers

x-api-key
string
default:dd-00000000000000000000000065c9cbfe
required

API Key

Path Parameters

prompt_id
string
required

Voice Prompt ID

Response

Voice prompt deleted successfully

Standard API success response wrapper

success
boolean
required

Whether the operation was successful

Example:

true

message
string

Human-readable status message

Example:

"Operation successful"

data
any

Response payload (varies by endpoint)