DeleteTemplate
- 1 Minute to read
- Print
- DarkLight
- PDF
DeleteTemplate
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Deletes a specified field template
Key | Value(s) | Description |
---|---|---|
method | "DeleteTemplate" | Deletes a specified field template |
name | "Template Name" | Name of template. Case sensitive. |
ignoreIfNotFound | true/false | Optional. Default = false If true, if specified template is not found, error will not be raised. |
project | "Projectname" | Active project |
See Templates for an overview of field templates.
{
"method": "Delete Template",
"name": "BTD - Random",
"ignoreIfNotFound": true,
"project": "CONSUMER_Test1"
}
Was this article helpful?