cURL
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>" }
Permanently delete a voice prompt by its unique identifier.
API key for authentication. Must start with dd- prefix.
dd-
API Key
Voice Prompt ID
Voice prompt deleted successfully
Standard API success response wrapper
Whether the operation was successful
true
Human-readable status message
"Operation successful"
Response payload (varies by endpoint)