Path parameters

  • namestring Required

    The name of the search application to delete.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • acknowledgedboolean Required

      For a successful response, this value is always true. On failure, an exception is returned instead.

DELETE /_application/search_application/{name}
curl \
 --request DELETE 'http://api.example.com/_application/search_application/{name}' \
 --header "Authorization: $API_KEY"