Delete an enrich policy Added in 7.5.0
Deletes an existing enrich policy and its enrich index.
Path parameters
-
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}
Response examples (200)
{
"acknowledged": true
}