# catalog_suggestions_course_manage_destroy Delete single suggestion Endpoint: DELETE /api/catalog/suggestions/course/manage/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_mode` (boolean) Flag to ensure department admins can call the API - `page` (integer) Page number for pagination - `page_size` (integer) Number of items per page - `platform_key` (string, required) The platform to retrieve suggestions for - `platform_org` (string) The organization identifier for the platform - `query` (string) Search term to filter suggestions - `sort` (string) Field to sort results by - `suggestion_id` (integer, required) The ID of the suggestion to delete