Delete Template
DELETE/api/templates/deletetemplate/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes a template.
Request
Responses
- 200
- 400
- 401
- 403
Returns true.
The template does not exist (NotFound), or it is still in use — referenced by a non-deleted SkuMaster.ItemTemplateId or a non-deleted Entity.TemplateId (IllegalDeleteAttempt).
Caller is not authenticated.
Caller does not have Delete permission on the Template module.