POST {version}/DeleteChartAsUserPreference

Delete Chat as User Preference

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

QRTChart
NameDescriptionTypeAdditional 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": "11778d5e-3440-43ae-82ea-bc0beb5df41c",
  "QRTId": "76134ae9-ea91-4fcd-b36d-196df833047a",
  "Style": "sample string 3",
  "Type": "sample string 4",
  "Title": "sample string 5",
  "UserPreference": {
    "GUID": "8f0e38b8-4e1a-42a4-80e5-a5fbda3fe05c",
    "UserId": "9180337e-3c2d-472d-a42d-d16974702df0",
    "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>11778d5e-3440-43ae-82ea-bc0beb5df41c</GUID>
  <QRTId>76134ae9-ea91-4fcd-b36d-196df833047a</QRTId>
  <Style>sample string 3</Style>
  <Title>sample string 5</Title>
  <Type>sample string 4</Type>
  <UserPreference>
    <Column>4</Column>
    <GUID>8f0e38b8-4e1a-42a4-80e5-a5fbda3fe05c</GUID>
    <IsSelected>true</IsSelected>
    <Row>3</Row>
    <UserId>9180337e-3c2d-472d-a42d-d16974702df0</UserId>
  </UserPreference>
</QRTChart>

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.