Skip to main content
DELETE
Delete Template

Description

DELETE /defaultsettings/templates/ Description: Permanently delete a template. Only the template creator can delete it (unless it’s a system template). Authorization:
  • Required role: admin or higher
Method: DELETE Path Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

templateId
string<uuid>
required

ID of the template to delete

Response

Template deleted successfully

success
boolean
Example:

true

message
string
Example:

"Template deleted successfully"