Delete auto-follow patterns Added in 6.5.0
Delete a collection of cross-cluster replication auto-follow patterns.
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
}