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 Parameters
autoscale_pool_idstring
Header Parameters
X-Dangerousboolean
curl https://api.digitalocean.com//v2/droplets/autoscale/$AUTOSCALE_POOL_ID/dangerous \
    -X DELETE \
    -H "Authorization: Bearer $GRADIENTAI_API_KEY"