We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 638955f + 199c5d0 commit d821442Copy full SHA for d821442
1 file changed
src/Bigcommerce/Api/Resources/ProductImage.php
@@ -34,4 +34,9 @@ public function update()
34
$this->getUpdateFields()
35
);
36
}
37
+
38
+ public function delete()
39
+ {
40
+ Client::deleteResource('/products/' . $this->product_id . '/images/' . $this->id);
41
+ }
42
0 commit comments