Open rbalik opened 7 years ago
Looking at https://github.com/rackspace/pyrax/blob/master/pyrax/manager.py#L235
The response to the delete operation never actually gets returned like it does for other operations. I know the delete operation doesn't usually return a body, but the HTTP response code would be useful to see to know if something went wrong.
Looking at https://github.com/rackspace/pyrax/blob/master/pyrax/manager.py#L235
The response to the delete operation never actually gets returned like it does for other operations. I know the delete operation doesn't usually return a body, but the HTTP response code would be useful to see to know if something went wrong.