Delete an enrich policy
Added in 7.5.0
Deletes an existing enrich policy and its enrich index.
Path parameters
-
name
string Required Enrich policy to delete.
Query parameters
-
master_timeout
string Period to wait for a connection to the master node.
DELETE
/_enrich/policy/{name}
curl \
--request DELETE http://api.example.com/_enrich/policy/{name} \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true
}