POST DataMarts/UninstallModel

Deletes the specified data model from the datamart

Request Information

URI Parameters

None.

Body Parameters

DataMartInstalledModelDTO
NameDescriptionTypeAdditional information
DataMartID

Identifier of DataMart

globally unique identifier

None.

ModelID

Identifier of Model

globally unique identifier

None.

Model

Model name

string

None.

Properties

Properties

string

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "DataMartID": "02143d51-6ab0-4df6-bc4b-eb2a87ea2b53",
      "ModelID": "c28c9f70-5573-47dc-bc68-d655959b2ca7",
      "Model": "sample string 3",
      "Properties": "sample string 4"
    }
  ]
}

text/javascript

Sample:
{"results":[{"DataMartID":"02143d51-6ab0-4df6-bc4b-eb2a87ea2b53","ModelID":"c28c9f70-5573-47dc-bc68-d655959b2ca7","Model":"sample string 3","Properties":"sample string 4"}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<DataMartInstalledModelDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <DataMartID>02143d51-6ab0-4df6-bc4b-eb2a87ea2b53</DataMartID>
  <Model>sample string 3</Model>
  <ModelID>c28c9f70-5573-47dc-bc68-d655959b2ca7</ModelID>
  <Properties>sample string 4</Properties>
</DataMartInstalledModelDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.