Delete Template
To delete a template, you need the following parameter:
URL | /client/1.0/PLUGIN/pdfPlugin/adminTemplateDelete | |
Input-Parameter | Name | Template name |
Output-Parameter | None |
Example input::
{
"name"
:
"templatename"
}
Example output:
{
"success"
:
true
}