Logo
Emporix Digital Commerce Platform API Documentation

Deleting a product template

DELETE {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}

Preview Deletes a product template. The product template defines a set of attributes which are common for all product instances based on the product template.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'api-url/product/tenant/product-templates/product-template-id' -H 'Accept: application/json'

ENDPOINTS