Delete a collection of cross-cluster replication auto-follow patterns. ##Required authorization
- Cluster privileges:
manage_ccr
DELETE
/_ccr/auto_follow/{name}
Console
DELETE /_ccr/auto_follow/<auto_follow_pattern_name>
curl \
--request DELETE 'http://api.example.com/_ccr/auto_follow/{name}'
Response examples (200)
A successful response from `DELETE /_ccr/auto_follow/my_auto_follow_pattern`, which deletes an auto-follow pattern.
{
"acknowledged" : true
}