The dangerous property
The retry property
The selective property
The status property
To list the associated billable resources that can be destroyed along with aDroplet, send a GET request to the/v2/droplets/$DROPLET_ID/destroy_with_associated_resources endpoint.This endpoint will only return resources that you are authorized to see. Forexample, to see associated Reserved IPs, include the reserved_ip:read scope.The response will be a JSON object containing snapshots, volumes, andvolume_snapshots keys. Each will be set to an array of objects containinginformation about the associated resources.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list the associated billable resources that can be destroyed along with aDroplet, send a GET request to the/v2/droplets/$DROPLET_ID/destroy_with_associated_resources endpoint.This endpoint will only return resources that you are authorized to see. Forexample, to see associated Reserved IPs, include the reserved_ip:read scope.The response will be a JSON object containing snapshots, volumes, andvolume_snapshots keys. Each will be set to an array of objects containinginformation about the associated resources.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/{droplet_id}/destroy_with_associated_resources