cURL
curl --request GET \ --url https://api.hierarch.io/v1/product/delete/{company_slug}/{product_id}/ \ --header 'token: <api-key>'
{ "result": "<string>" }
Delete product
API token provided to your company
This is your company url
Product ID
OK Response
The response is of type object.
object
Was this page helpful?