To destroy a Droplet along with all of its associated resources, send a DELETErequest to the /v2/droplets/$DROPLET_ID/destroy_with_associated_resources/dangerousendpoint. The headers of this request must include an X-Dangerous key set totrue. To preview which resources will be destroyed, first query theDroplet's associated resources. This operation can not be reverse and shouldbe used with caution.A successful response will include a 202 response code and no content. Use thestatus endpoint to check on the success or failure of the destruction of theindividual resources.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To destroy a Droplet along with all of its associated resources, send a DELETErequest to the /v2/droplets/$DROPLET_ID/destroy_with_associated_resources/dangerousendpoint. The headers of this request must include an X-Dangerous key set totrue. To preview which resources will be destroyed, first query theDroplet's associated resources. This operation can not be reverse and shouldbe used with caution.A successful response will include a 202 response code and no content. Use thestatus endpoint to check on the success or failure of the destruction of theindividual 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/dangerous