GET v2/droplets/{droplet_id}/destroy_with_associated_resources

digitalocean.com

Summary: List Associated Resources for a Droplet
Operation ID: droplets_list_associatedResources
Auth: unknown
Description

To list the associated billable resources that can be destroyed along with a Droplet, send a GET request to the `/v2/droplets/$DROPLET_ID/destroy_with_associated_resources` endpoint. The response will be a JSON object containing `snapshots`, `volumes`, and `volume_snapshots` keys. Each will be set to an array of objects containing information about the associated resources.

No probe data for this endpoint yet.