Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a search engine.
cURL
curl --request DELETE \ --url https://{search_zone}-api.doofinder.com/api/v2/search_engines/{hashid} \ --header 'Authorization: <api-key>'
{ "error": { "code": "not_authenticated", "message": "Authentication required" } }
Doofinder API key. Pass it as: Authorization: Token <api_key>
Unique id of a search engine.
^[a-f0-9]{32}$
Search engines deleted.