Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

DeleteTemplate

Prev Next

Deletes a specified field template

KeyValue(s)Description
method"DeleteTemplate"Deletes a specified field template
name"Template Name"Name of template.  Case sensitive.
ignoreIfNotFoundtrue/falseOptional. 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"
}