To destroy a Droplet along with a sub-set of its associated resources, send aDELETE request to the /v2/droplets/$DROPLET_ID/destroy_with_associated_resources/selectiveendpoint. The JSON body of the request should include reserved_ips, snapshots, volumes,or volume_snapshots keys each set to an array of IDs for the associatedresources to be destroyed. The IDs can be found by querying the Droplet'sassociated resources. Any associated resource not included in the requestwill remain and continue to accrue changes on your account.A successful response will include a 202 response code and no content. Usethe status endpoint to check on the success or failure of the destruction ofthe individual resources.
An object containing information about a resource to be scheduled for deletion.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To destroy a Droplet along with a sub-set of its associated resources, send aDELETE request to the /v2/droplets/$DROPLET_ID/destroy_with_associated_resources/selectiveendpoint. The JSON body of the request should include reserved_ips, snapshots, volumes,or volume_snapshots keys each set to an array of IDs for the associatedresources to be destroyed. The IDs can be found by querying the Droplet'sassociated resources. Any associated resource not included in the requestwill remain and continue to accrue changes on your account.A successful response will include a 202 response code and no content. Usethe status endpoint to check on the success or failure of the destruction ofthe individual resources.
An object containing information about a resource to be scheduled for deletion.
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/selective