Examples

DELETE /api/templates/1007981721-report_template110/template_inputs/8
{
  "template_input": {}
}
200
{
  "id": 8,
  "name": "Template input 27",
  "required": false,
  "input_type": "user",
  "fact_name": null,
  "variable_name": null,
  "puppet_class_name": null,
  "puppet_parameter_name": null,
  "description": null,
  "template_id": 1007981721,
  "created_at": "2022-03-29T08:59:08.717Z",
  "updated_at": "2022-03-29T08:59:08.717Z",
  "options": null,
  "advanced": false,
  "value_type": "plain",
  "resource_type": null,
  "default": null,
  "hidden_value": false
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

template_id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.