Deletes an autoscaling policy Added in 7.11.0
Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
Path parameters
-
the name of the autoscaling policy
DELETE /_autoscaling/policy/{name}
curl \
-X DELETE http://api.example.com/_autoscaling/policy/{name}
Response examples (200)
{
"acknowledged": true
}