diff --git a/admin/vendor-delete-action1.php b/admin/vendor-delete-action1.php
new file mode 100644
index 0000000..c4ba650
--- /dev/null
+++ b/admin/vendor-delete-action1.php
@@ -0,0 +1,26 @@
+ 'https://api.obanana.shop/api/v1/products/656717579624f6181c49cdda',
+ CURLOPT_RETURNTRANSFER => true,
+ CURLOPT_ENCODING => '',
+ CURLOPT_MAXREDIRS => 10,
+ CURLOPT_TIMEOUT => 0,
+ CURLOPT_FOLLOWLOCATION => true,
+ CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
+ CURLOPT_CUSTOMREQUEST => 'DELETE',
+ CURLOPT_HTTPHEADER => array(
+ 'X-Api-Key: {{apiKey}}'
+ ),
+));
+
+$response = curl_exec($curl);
+
+curl_close($curl);
+header("location: vendor-product-search.php");
+echo $response;
+?>
diff --git a/admin/vendor-product-grid.php b/admin/vendor-product-grid.php
index f8f24c9..42c15a2 100644
--- a/admin/vendor-product-grid.php
+++ b/admin/vendor-product-grid.php
@@ -39,7 +39,9 @@ if($_SESSION["user_type"]!="admin"){
-
+
+
+
@@ -52,560 +54,8 @@ if($_SESSION["user_type"]!="admin"){
-
-
+
+
@@ -630,7 +80,12 @@ if($_SESSION["user_type"]!="admin"){