DigitalOcean.Droplet.retry_delete_with_associated_resources

You're seeing just the function retry_delete_with_associated_resources, go back to DigitalOcean.Droplet module for more information.
Link to this function

retry_delete_with_associated_resources(droplet_id)

Specs

retry_delete_with_associated_resources(DigitalOcean.id_t()) ::
  DigitalOcean.Operation.t()

Retry deleting a droplet with associated resources.

Examples

iex> DigitalOcean.Droplet.retry_delete_with_associated_resources(3164494) |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }