# ai_prompt_orgs_users_languages_destroy Delete a specific prompt language. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user making the request. language_id: The ID of the language to delete. Returns: Response: A success message if the language was deleted. Raises: NotFound: If the specified language does not exist. Endpoint: DELETE /api/ai-prompt/orgs/{org}/users/{user_id}/languages/{language_id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `language_id` (integer, required) - `org` (string, required) - `user_id` (string, required)