### NetBox version v3.3.6 && master ### Python version 3.10 ### Steps to Reproduce 1. Create site 2. Create Vlan Group with scope 3. Send `{"scope_type": null, "scope_id": null}` to `/api/ipam/vlan-groups/` method PATCH ### Expected Behavior Scope is unset. ### Observed Behavior An error is returned: ``` {"scope_type":["This field may not be null."]} ```