diff --git a/model/hosted_customer.go b/model/hosted_customer.go index ea293b0ef2..2337a48569 100644 --- a/model/hosted_customer.go +++ b/model/hosted_customer.go @@ -69,7 +69,3 @@ type SelfHostedExpansionRequest struct { Seats int `json:"seats"` LicenseId string `json:"license_id"` } - -type GetSelfHostedCustomerRequest struct { - LicenseID string `json:"license_id"` -}