Product Templates API

Delete product template

Delete product template by ID or External Product ID

delete/product-templates/{id}

Path parameters

integer required
OR
string required

Template ID (integer) or External Product ID (if prefixed with @)

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.