View Source Doex.Cli.Delete (doex v0.14.1)

Execute a Digital Ocean API DELETE request

 doex delete <path> <attributes>

For example

doex delete /droplets/12345

The output will be similar to the following, and it's the IDs you want.

{:ok, nil}

Link to this section Summary

Link to this section Functions

Link to this macro

invoke(piped_in_argument, expr)

View Source (macro)