DELETE /print-template/
Delete Print Template
DELETE
/print-template/{template_key}
Delete a print template and all its entity assignment edges.
Removes the PrintTemplate document and all can_use_print_template edges
that reference it, within a single transaction.
Emits: (direct transaction — no event class)
Required scope: quality:print-template:create
Authorizations
OAuth2PasswordBearer
password Flow
Token URL
"/api/auth"Scopes:
"admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Path Parameters
template_key*
Type
Requiredstring
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}