Skip to content
  • Auto
  • Light
  • Dark

Delete Dangerous

Delete autoscale pool and resources
delete/v2/droplets/autoscale/{autoscale_pool_id}/dangerous

To destroy an autoscale pool and its associated resources (Droplets), send a DELETE request to the /v2/droplets/autoscale/$AUTOSCALE_POOL_ID/dangerous endpoint.

Path ParametersExpand Collapse
autoscale_pool_id: string
Header ParametersExpand Collapse
"X-Dangerous": boolean
curl https://api.digitalocean.com/v2/droplets/autoscale/$AUTOSCALE_POOL_ID/dangerous \
    -X DELETE \
    -H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN"
Returns Examples