diff --git a/src/pages/docs/customer-account/market-segment.md b/src/pages/docs/customer-account/market-segment.md index 62c771ddb..64409ede2 100644 --- a/src/pages/docs/customer-account/market-segment.md +++ b/src/pages/docs/customer-account/market-segment.md @@ -53,7 +53,6 @@ The following market segment workflows are available: 2. Set market segment for customers * Customer market segment can be set as part of a create or update request. - * A customer’s market segments can only be changed if the customer has no active subscriptions. * All existing customers with no market segment will be initialized to COM. * API endpoints for managing this workflow: * [POST Create Customer API](create-customer-account.md) diff --git a/src/pages/docs/customer-account/update-customer-account.md b/src/pages/docs/customer-account/update-customer-account.md index ee4edfcc3..3edbfc115 100644 --- a/src/pages/docs/customer-account/update-customer-account.md +++ b/src/pages/docs/customer-account/update-customer-account.md @@ -29,7 +29,6 @@ Ensure that you are aware of the following before updating a customer account: - Do not alter values for the mandatory fields such as `companyName, country,` and `region`. Otherwise, an error is returned. - The `contacts` section specifies the admins for the customer's account. - Any contacts that are removed will remain admins. To remove admins, a customer admin must use the Adobe Admin Console. -- Customer market segment can be changed if the customer has no active subscriptions. - Reseller must be enabled for the new market segment. - Customer `externalReferenceId` may now be changed. - Use either `commitmentRequest` or `recommitmentRequest` in the request to: diff --git a/src/pages/docs/market-segments/index.md b/src/pages/docs/market-segments/index.md index b4a066ade..3a11220dc 100644 --- a/src/pages/docs/market-segments/index.md +++ b/src/pages/docs/market-segments/index.md @@ -48,7 +48,6 @@ The following market segment workflows are available: 2. Set market segment for customers - Customer market segment can be set as part of a create or update request. - - A customer’s market segments can only be changed if the customer has no active subscriptions. - All existing customers with no market segment will be initialized to COM. - API endpoints for managing this workflow: - [POST Create Customer API](../customer-account/create-customer-account.md)