Delete all Search Index
You can delete all data of bo_search table in Search database by sending the following request with DELETE method.
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