deleteTemplate method

It is a method to delete a template.

Principle of use

Syntax and URL to call the method
deleteTemplate (int template_id)
https://api.selzy.com/en/api/deleteTemplate?api_key=KEY&template_id=ID
Arguments
api_key * API access key.
template_id * Template code.
Return value
There will be an empty object in case of success. If any errors or warnings occur, they will be returned in the standard way.Examples of return values:

{"result":{}}
{"error":"error message", "code":"error code"}

Did we answer to your question?

0
0