Voice
Delete a voice prompt
Permanently delete a voice prompt by its unique identifier.
delete/voice/{prompt_id}
Path parameters
prompt_idstring required
Voice Prompt ID
Headers
x-api-keystring required
API Key
Response
Voice prompt deleted successfully
Example response
{
"success": true,
"message": "Operation successful"
}