diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json index de3591d60269e..d9903ff8dc40d 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json @@ -4,7 +4,7 @@ "methods": [ "POST" ], "url": { "path": "/{index}/_ilm/remove", - "paths": ["/{index}/_ilm/remove", "/_ilm/remove"], + "paths": ["/{index}/_ilm/remove"], "parts": { "index": { "type" : "string",