DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

No confirmation that droplet was successfully removed #332

Closed michaelaguiar closed 4 weeks ago

michaelaguiar commented 5 months ago

How can I confirm that a droplet has been removed successfully? Is the best way to keep hitting the API until it no longer exists, then report that the deletion is successful?

GrahamCampbell commented 4 weeks ago

Yes, that approach should work.