Deletes auto-follow patterns Added in 6.5.0
Path parameters
-
The name of the auto follow pattern.
DELETE /_ccr/auto_follow/{name}
curl \
-X DELETE http://api.example.com/_ccr/auto_follow/{name}
Response examples (200)
{
"acknowledged": true
}