pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

delete operations don't return anything #622

Open rbalik opened 7 years ago

rbalik commented 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.