# ai_prompt_orgs_users_memory_destroy Delete all catalog item memory for a specific user. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to delete catalog item memory for. Returns: Response: A success message if the memory was deleted. Raises: NotFound: If no catalog item memory exists for the user. Endpoint: DELETE /api/ai-prompt/orgs/{org}/users/{user_id}/memory/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required)