Skip to main content
DELETE
/
2023-11
/
admin
/
products
/
01k746f3cqa2wd5w33w9c879cx
Delete
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-company
string
Example:

"{{companyId}}"

Body

application/json
content
string
Example:

"body_html"

handle
string
Example:

"handle-herzcde"

metadata
object
title
string
Example:

"Title"

Response

200 OK

message
string
Example:

"Product deleted successfully"