# ai_prompt_orgs_users_prompts_category_destroy Delete a prompt category. Args: request: The HTTP request containing the category to delete. org: Organization key identifier. user_id: User performing the request. Returns: - 204: No Content (successful deletion). - 401: If the user is not a tenant admin. - 400: If request data is invalid. - 404: If the category does not exist. Endpoint: DELETE /api/ai-prompt/orgs/{org}/users/{user_id}/prompts/category/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required)