DeleteObj.exe -t usertemplate -f <location_of_XML_file> -u <parent_username> -p <parent_password>
DeleteObj.exe -t usertemplate -s <XML_data_as_a_string> -u <parent_username> -p <parent_password>
The parameters to be passed in the XML file for deleting a user template are given below.
<?xml version="1.0" encoding="utf-8" ?>
<template>
<property name="name">test</property>
</template>