Delete all Search Index

You can delete all data of bo_search table in Search database by sending the following request with DELETE method.

1. Request URL

/{PDM Server domain}/search/indexAll

Method: Delete

2. Request headers

Name Value

Content-Type

application/json

3. Request body

N/A


Try it my self

4. Responses

Example 1. Response
{
    "status": {
        "statusCode": 1,
        "statusLabel": "Success"
    },
    "messages": [
        {
            "message": "10000 search indexes deleted successfully.",
            "status": {
                "statusCode": 1,
                "statusLabel": "Success"
            }
        }
    ],
    "exception": {},
    "data": {},
    "version": "0.0.0.0A",
    "threadName": "**system_49243",
    "requestTime": "2021-05-17 14:52:27.033 +08:00",
    "responseTime": "2021-05-17 14:52:38.298 +08:00"
}

Please see Responses