GET
/
product
/
delete
/
{company_slug}
/
{product_id}
curl --request GET \
  --url https://api.hierarch.io/v1/product/delete/{company_slug}/{product_id}/ \
  --header 'token: <api-key>'
{
  "result": "<string>"
}

Authorizations

token
string
header
required

API token provided to your company

Path Parameters

company_slug
string
required

This is your company url

product_id
string
required

Product ID

Response

200
application/json
OK Response
result
string
required