diff --git a/api-specs/api/resources/products.raml b/api-specs/api/resources/products.raml index a803adcf9..65318d56b 100644 --- a/api-specs/api/resources/products.raml +++ b/api-specs/api/resources/products.raml @@ -239,13 +239,3 @@ post: application/json: example: !include ../examples/ProductSearch/product-search-response.example.json type: ProductPagedSearchResponse - head: - securedBy: [oauth_2_0: { scopes: ['project_settings:{projectKey}'] }] - description: | - Checks whether a search index for the Project's Products exists. - Returns a `200 OK` status if the index exists, a `404 Not Found` error otherwise. - responses: - 200: - description: The search index exists and the Search Products endpoint is fully operational. - 404: - description: The search index does not exist and the Search Products endpoint returns Error 404 only.