Removes all services and routing rules associated with a particular service. Optionally purges the associated API directory from disk.
do_remove_api(droplet, path, delete = FALSE)
The droplet on which to act. It's expected that this droplet
was provisioned using do_provision()
. See analogsea::droplet()
to
obtain a reference to a running droplet.
The path/name of the plumber service
If TRUE
, will also delete the associated directory
(/var/plumber/whatever
) from the server.