Delete auto-follow patterns
Added in 6.5.0
Delete a collection of cross-cluster replication auto-follow patterns.
Path parameters
-
name
string Required The name of the auto follow pattern.
DELETE
/_ccr/auto_follow/{name}
curl \
--request DELETE http://api.example.com/_ccr/auto_follow/{name} \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true
}