Delete an enrich policy Added in 7.5.0
Deletes an existing enrich policy and its enrich index.
Path parameters
-
Enrich policy to delete.
DELETE /_enrich/policy/{name}
curl \
-X DELETE http://api.example.com/_enrich/policy/{name}
Response examples (200)
{
"acknowledged": true
}