diff --git a/litellm/proxy/management_endpoints/key_management_endpoints.py b/litellm/proxy/management_endpoints/key_management_endpoints.py index df8f335c55..028b765e02 100644 --- a/litellm/proxy/management_endpoints/key_management_endpoints.py +++ b/litellm/proxy/management_endpoints/key_management_endpoints.py @@ -3429,6 +3429,7 @@ def _transform_verification_tokens_to_deleted_records( "litellm_organization_table", "object_permission", "id", + "budget_limits", ): record.pop(rel_key, None)