Dimension Service API  2.0.0
api indexresource index

DELETE index

since: 2.0.0
Deletes the current tenant environment's indexing information. This operation effectively removes automatic indexing from the specified tenant and all its dimensions.

Request Headers

pros-dimension-consistency
0.13optional
string
pros-dimension-consistency is an optional HTTP header used to define the data consistency level of the request. There is a trade off between data consistency and service availability and performance: higher data consistency can result in lower availability and slower performance, while lower data consistency can result in higher availability and faster performance.
0.13 valid values:
  • HIGHEST
  • HIGH
  • NORMAL
  • LOW
  • LOWEST
Accept-Language
0.13optional
string
The Accept-Language request HTTP header advertises which languages the client is able to understand, and which locale variant is preferred.

Resource Information

Response Content
json
Success Statuses
204  NO CONTENT
Error Statuses
503  SERVICE UNAVAILABLE
Other Methods

Example 1

Request:

Response:
HTTP/1.1  204  NO CONTENT

Error Example - The dimension index feature is not configured in this instance

see: DIM-006002

Request:

Response:
HTTP/1.1  503  SERVICE UNAVAILABLE

{
  "errorID"     : "DIM-006002",
  "errorMessage": "The integration with the search service is not configured in this instance. Please contact your support representative for assistance.",
  "requestID"   : "DIM-0800200c9a66"
}