# catalog_licenses_program_assignment_destroy Unassign single user from license Endpoint: DELETE /api/catalog/licenses/program/assignment/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Filter by the active status of assignments - `assignment_id` (integer, required) The ID of the assignment to delete - `email` (string) Filter assignments for a specific email - `fulfilled` (boolean) Filter by the fulfilled status of assignments - `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) - `sort` (string) Field to sort results by (e.g., 'id', '-id', 'created', '-created') - `user_id` (integer) Filter assignments for a specific user ID