Skip to content

Commit

Permalink
fix #351
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Dec 12, 2023
1 parent 184990e commit 41bd6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/Compute/v2/images/delete_image.php
Expand Up @@ -15,3 +15,5 @@
$compute = $openstack->computeV2(['region' => '{region}']);

$image = $compute->getImage(['id' => '{imageId}']);

$image->delete();

0 comments on commit 41bd6ce

Please sign in to comment.