Shifting object storage operations to common delete result
diff --git a/openstack/objectstorage/v1/objects/results.go b/openstack/objectstorage/v1/objects/results.go
index f85f1ac..c8f8b94 100644
--- a/openstack/objectstorage/v1/objects/results.go
+++ b/openstack/objectstorage/v1/objects/results.go
@@ -146,7 +146,7 @@
 
 // DeleteResult represents the result of a delete operation.
 type DeleteResult struct {
-	commonResult
+	gophercloud.ExtractErrResult
 }
 
 // CopyResult represents the result of a copy operation.