## Check Status **get** `/v2/droplets/{droplet_id}/destroy_with_associated_resources/status` To check on the status of a request to destroy a Droplet with its associated resources, send a GET request to the `/v2/droplets/$DROPLET_ID/destroy_with_associated_resources/status` endpoint. ### Returns - **completed\_at:** `string` A time value given in ISO8601 combined date and time format indicating when the requested action was completed. - **droplet:** `DestroyedAssociatedResource` An object containing information about a resource scheduled for deletion. - **failures:** `number` A count of the associated resources that failed to be destroyed, if any. - **resources:** `object` An object containing additional information about resource related to a Droplet requested to be destroyed. - **floating\_ips:** `array of DestroyedAssociatedResource` - **reserved\_ips:** `array of DestroyedAssociatedResource` - **snapshots:** `array of DestroyedAssociatedResource` - **volume\_snapshots:** `array of DestroyedAssociatedResource` - **volumes:** `array of DestroyedAssociatedResource`