Path parameters
- name
string Required The name of the search application to delete.
DELETE /_application/search_application/{name}
curl \
--request DELETE 'http://api.example.com/_application/search_application/{name}' \
--header "Authorization: $API_KEY"