Skip to main content

Delete Product Template

DELETE 

/api/v2/sales-channels/:salesChannel/product-templates/:template

Deletes a product template. Products already published are unaffected.

Deleting the default does NOT promote another template: the category is simply left without one, and publishing then preselects a template only if exactly one remains — otherwise it asks for an explicit choice.

Returns 404 when the template belongs to a different sales channel.

Authentication: Requires Bearer token with the products scope.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

No Content