cURL
curl --request DELETE \ --url https://api-staging.genuka.com/2023-11/admin/products/01k746f3cqa2wd5w33w9c879cx \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "body_html", "handle": "handle-herzcde", "metadata": { "shopifyId": "id" }, "title": "Title" } '
{ "message": "Product deleted successfully" }
Permanently delete a product from the catalog. This action removes it from all sales channels.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"{{companyId}}"
"body_html"
"handle-herzcde"
Show child attributes
"Title"
200 OK
"Product deleted successfully"