POST {version}/DeleteChartAsUserPreference
Delete Chat as User Preference
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
QRTChart| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| QRTId | globally unique identifier |
None. |
|
| Style | string |
None. |
|
| Type | string |
None. |
|
| Title | string |
None. |
|
| UserPreference | QRTChartUser |
None. |
Request Formats
application/json, text/json
Sample:
{
"GUID": "787df439-be71-49c0-a13a-ef6adc9151b6",
"QRTId": "21045fca-9b4e-4694-bc19-653c87fc4820",
"Style": "sample string 3",
"Type": "sample string 4",
"Title": "sample string 5",
"UserPreference": {
"GUID": "1c62e688-9543-4f9a-8a2b-a67fb683c548",
"UserId": "12d00d03-1760-4b35-9b2b-045980402e51",
"Row": 3,
"Column": 4,
"IsSelected": true
}
}
application/xml, text/xml
Sample:
<QRTChart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<GUID>787df439-be71-49c0-a13a-ef6adc9151b6</GUID>
<QRTId>21045fca-9b4e-4694-bc19-653c87fc4820</QRTId>
<Style>sample string 3</Style>
<Title>sample string 5</Title>
<Type>sample string 4</Type>
<UserPreference>
<Column>4</Column>
<GUID>1c62e688-9543-4f9a-8a2b-a67fb683c548</GUID>
<IsSelected>true</IsSelected>
<Row>3</Row>
<UserId>12d00d03-1760-4b35-9b2b-045980402e51</UserId>
</UserPreference>
</QRTChart>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |