FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   10.1   R E S T   B U S I N E S S   S E A R C H   U T I L I T Y

Delete Business Data Endpoint

Deletes Business Data.

 

Availability: Business Analyst Server.

 

URL Example

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

Parameters

Parameter

Description

Name (required)

Item Name. Type string.

Type (required)

Item Name. Type of business data 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 business data is absent, this endpoint returns an error.

Example Usage

The example below demonstrates the deletion of existing Business Data in Business Analyst Server Repository.

 

Request

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/DeleteBusinessData/execute?name=TestData&f=json

 

Response

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

 

 

See Also

Business Analyst Server REST Reference