# ai_prompt_orgs_users_prompt_destroy API viewset for managing prompts. This view allows tenant admins and students to create, retrieve, update, and filter prompts based on various parameters. Permissions: - Accessible to both tenant administrators and students Endpoint: DELETE /api/ai-prompt/orgs/{org}/users/{user_id}/prompt/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `category` (integer) Category of the prompt - `created_by` (string) Option to filter by username of the prompt creators. - `filter_by` (string) Filter options include, date, prompt, default is date - `mentor_unique_id` (string) Mentor unique id of the prompt - `tag` (integer) Tag of the prompt - `visibility` (string) Visibility trype the mentor of the prompt ## Path parameters: - `id` (integer, required) A unique integer value identifying this prompt. - `org` (string, required) - `user_id` (string, required)