Examples

DELETE /api/templates/1007981803-report_template41/template_inputs/2
{
  "template_input": {}
}
200
{
  "id": 2,
  "name": "Template input 6",
  "required": false,
  "input_type": "user",
  "fact_name": null,
  "variable_name": null,
  "puppet_class_name": null,
  "puppet_parameter_name": null,
  "description": null,
  "template_id": 1007981803,
  "created_at": "2018-11-15T19:02:26.996Z",
  "updated_at": "2018-11-15T19:02:26.996Z",
  "options": null,
  "advanced": false
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

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.