# ai_mentor_orgs_users_elevenlabs_voice_destroy Delete an existing Elevenlabs voice configuration. This endpoint removes a custom voice configuration both from the local database and from the Elevenlabs remote API if applicable. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user who owns the voice. voice_name: The name of the voice to delete. Returns: Response: A confirmation of the deletion. Raises: BadRequest: If the Elevenlabs credentials are not found or there's an API error. Endpoint: DELETE /api/ai-mentor/orgs/{org}/users/{user_id}/elevenlabs-voice/{voice_name}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) - `voice_name` (string, required)