# catalog_licenses_program_assignment_group_destroy Remove a program license group assignment Endpoint: DELETE /api/catalog/licenses/program/assignment/group/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Filter by the active status of group assignments - `assignment_id` (integer, required) The ID of the assignment to delete - `fulfilled` (boolean) Filter by the fulfilled status of group assignments - `group_id` (integer) Filter assignments for a specific user group ID - `license_id` (integer, required) The ID of the program license - `page` (integer) Page number for pagination - `page_size` (integer) Number of results per page - `platform_key` (string) The unique identifier for the platform (for permission validation) - `platform_org` (string) The organization identifier for the platform (for permission validation) - `remove_user_assignments` (boolean) Whether to also remove individual user assignments that were created by this group assignment - `sort` (string) Field to sort results by (e.g., 'id', '-id', 'created', '-created')