diff --git a/api-specs/api/types/error/CustomerSearchProjectNotIndexedError.raml b/api-specs/api/types/error/CustomerSearchProjectNotIndexedError.raml deleted file mode 100644 index 1c256916f..000000000 --- a/api-specs/api/types/error/CustomerSearchProjectNotIndexedError.raml +++ /dev/null @@ -1,17 +0,0 @@ -#%RAML 1.0 DataType -(package): Error -type: ErrorObject -displayName: CustomerSearchProjectNotIndexedError -description: | - Returned as response to the [Search Customers](/projects/customer-search#search-customers) request in case the Customer Search API is not active for the Project. - - Use the [Change Customer Search Status](ctp:api:type:ProjectChangeCustomerSearchStatusAction) update action on the [Project](/projects/project#update-project) to activate the API. -properties: - code: - type: string - description: | - `"ResourceNotFound"` - message: - type: string - description: | - `"Project not yet indexed"` diff --git a/api-specs/api/types/error/graphql/GraphQLCustomerSearchProjectNotIndexedError.raml b/api-specs/api/types/error/graphql/GraphQLCustomerSearchProjectNotIndexedError.raml deleted file mode 100644 index 8f9fb7944..000000000 --- a/api-specs/api/types/error/graphql/GraphQLCustomerSearchProjectNotIndexedError.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 DataType -(package): Error -type: GraphQLErrorObject -displayName: GraphQLCustomerSearchProjectNotIndexedError -description: | - Returned as response to the [Search Customers](/projects/customer-search#search-customers) request in case the Customer Search API is not active for the Project. - - Use the [Change Customer Search Status](ctp:api:type:ProjectChangeCustomerSearchStatusAction) update action on the [Project](/projects/project#update-project) to activate the API. -properties: - code: - type: string - description: | - `"ResourceNotFound"` diff --git a/api-specs/api/types/types.raml b/api-specs/api/types/types.raml index bb179e57b..3b0d181ab 100644 --- a/api-specs/api/types/types.raml +++ b/api-specs/api/types/types.raml @@ -495,7 +495,6 @@ BadGatewayError: !include error/BadGatewayError.raml ConcurrentModificationError: !include error/ConcurrentModificationError.raml ContentTooLargeError: !include error/ContentTooLargeError.raml CountryNotConfiguredInStoreError: !include error/CountryNotConfiguredInStoreError.raml -CustomerSearchProjectNotIndexedError: !include error/CustomerSearchProjectNotIndexedError.raml DiscountCodeNonApplicableError: !include error/DiscountCodeNonApplicableError.raml DuplicateAttributeValueError: !include error/DuplicateAttributeValueError.raml DuplicateAttributeValuesError: !include error/DuplicateAttributeValuesError.raml @@ -577,7 +576,6 @@ GraphQLBadGatewayError: !include error/graphql/GraphQLBadGatewayError.raml GraphQLConcurrentModificationError: !include error/graphql/GraphQLConcurrentModificationError.raml GraphQLContentTooLargeError: !include error/graphql/GraphQLContentTooLargeError.raml GraphQLCountryNotConfiguredInStoreError: !include error/graphql/GraphQLCountryNotConfiguredInStoreError.raml -GraphQLCustomerSearchProjectNotIndexedError: !include error/graphql/GraphQLCustomerSearchProjectNotIndexedError.raml GraphQLDiscountCodeNonApplicableError: !include error/graphql/GraphQLDiscountCodeNonApplicableError.raml GraphQLDuplicateAttributeValueError: !include error/graphql/GraphQLDuplicateAttributeValueError.raml GraphQLDuplicateAttributeValuesError: !include error/graphql/GraphQLDuplicateAttributeValuesError.raml