FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   10.1   R E S T   R E P O S I T O R Y   U T I L I T Y

Delete Report Template Endpoint

Deletes a report template from Business Analyst Server.

 

Availability: Business Analyst Server.

 

URL Example

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/DeleteReportTemplate/execute

Parameters

Parameter

Description

TemplateName (required)

Item name. Type string.

ReportType (required)

Type of report template to delete. Type string.

ActiveDatasetID (optional)

ID of the active dataset. Type string.

IsFullErrorMessage (optional)

Mode for composing error messages. Type boolean

f (optional)

Response format. Type string. Available formats: HTML, JSON, PJSON, XML.

Default: HTML.

Returns

Variable of type boolean.

Remarks

If the report template is absent, this endpoint returns an error.

Example Usage

The example below demonstrates the deletion of an existing report template from Business Analyst Server.

 

Request

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/DeleteReportTemplate/execute?templatename=RESTReportTemplate&reporttype=esriReportTemplateSummary&f=json

 

Response

{
 "results": [
  {
   "paramName": "OutputStatus",
   "dataType": "GPBoolean",
   "value": false
  }
 ],
 "messages": [
  
 ]
}

 

 

See Also

Business Analyst Server REST Reference