Delete Print Template
DELETE/api/printtemplates/deleteprinttemplate/:id
Tier: Internal — subject to change without notice.
Permanently deletes a print template. This is a hard delete — the row is physically removed from the database rather than flagged via IsDeleted, unlike most other entities in the API.
Request
Responses
- 200
- 400
Returns true once the row has been removed.
{id} does not match a template in the caller's organisation.