Delete a search application Beta
Remove a search application and its associated alias. Indices attached to the search application are not removed.
Path parameters
-
The name of the search application to delete
DELETE /_application/search_application/{name}
curl \
-X DELETE http://api.example.com/_application/search_application/{name}
Response examples (200)
{
"acknowledged": true
}