POST {version}/DeleteContactFilter
Delete Contact Filter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ExpressionId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Internal | boolean |
None. |
|
| Inactive | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedOn | date |
None. |
|
| LastModifiedOn | date |
None. |
|
| ToBeDeleted | boolean |
None. |
|
| SubOptions | Collection of FilterOptionDefinitionSubOption |
None. |
|
| Columns | Collection of FilterColumnAssociation |
None. |
|
| DataFilter | string |
None. |
|
| SortCol | string |
None. |
|
| SortAsc | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b90cfc51-3e62-4c00-a541-b826e8a4e9bd",
"Name": "sample string 2",
"ExpressionId": "7818e9b6-cc42-4948-97e0-bf81df02f3f3",
"Description": "sample string 3",
"Internal": true,
"Inactive": true,
"CreatedOn": "01/27/2026",
"UpdatedOn": "01/27/2026",
"LastModifiedOn": "01/27/2026",
"ToBeDeleted": true,
"SubOptions": [
{
"Id": "a8e0f21c-2c25-4467-92dc-c227044342c3",
"DefId": "3e99211f-e00a-4a83-9e49-8858f5f42aa7",
"Type": "sample string 3",
"Text": "sample string 4",
"SelectedValue": "sample string 5",
"Order": 6
},
{
"Id": "a8e0f21c-2c25-4467-92dc-c227044342c3",
"DefId": "3e99211f-e00a-4a83-9e49-8858f5f42aa7",
"Type": "sample string 3",
"Text": "sample string 4",
"SelectedValue": "sample string 5",
"Order": 6
}
],
"Columns": [
{
"Id": "647b9019-b883-42d3-a27c-6a7f3c8bdd54",
"FilterId": "36c68709-b705-43bd-abca-9f3d349081ff",
"ColumnId": "3146c502-19b4-41f2-8f14-1a1e7fb09edf",
"Order": 4,
"DynamicId": "sample string 5"
},
{
"Id": "647b9019-b883-42d3-a27c-6a7f3c8bdd54",
"FilterId": "36c68709-b705-43bd-abca-9f3d349081ff",
"ColumnId": "3146c502-19b4-41f2-8f14-1a1e7fb09edf",
"Order": 4,
"DynamicId": "sample string 5"
}
],
"DataFilter": "sample string 8",
"SortCol": "sample string 9",
"SortAsc": true
}
application/xml, text/xml
Sample:
<Filter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.Contact">
<Columns>
<FilterColumnAssociation>
<ColumnId>3146c502-19b4-41f2-8f14-1a1e7fb09edf</ColumnId>
<DynamicId>sample string 5</DynamicId>
<FilterId>36c68709-b705-43bd-abca-9f3d349081ff</FilterId>
<Id>647b9019-b883-42d3-a27c-6a7f3c8bdd54</Id>
<Order>4</Order>
</FilterColumnAssociation>
<FilterColumnAssociation>
<ColumnId>3146c502-19b4-41f2-8f14-1a1e7fb09edf</ColumnId>
<DynamicId>sample string 5</DynamicId>
<FilterId>36c68709-b705-43bd-abca-9f3d349081ff</FilterId>
<Id>647b9019-b883-42d3-a27c-6a7f3c8bdd54</Id>
<Order>4</Order>
</FilterColumnAssociation>
</Columns>
<CreatedOn>2026-01-27T02:37:35.274467-05:00</CreatedOn>
<DataFilter>sample string 8</DataFilter>
<Description>sample string 3</Description>
<ExpressionId>7818e9b6-cc42-4948-97e0-bf81df02f3f3</ExpressionId>
<Id>b90cfc51-3e62-4c00-a541-b826e8a4e9bd</Id>
<Inactive>true</Inactive>
<Internal>true</Internal>
<Name>sample string 2</Name>
<SortAsc>true</SortAsc>
<SortCol>sample string 9</SortCol>
<SubOptions>
<FilterOptionDefinitionSubOption>
<DefId>3e99211f-e00a-4a83-9e49-8858f5f42aa7</DefId>
<Id>a8e0f21c-2c25-4467-92dc-c227044342c3</Id>
<Order>6</Order>
<SelectedValue>sample string 5</SelectedValue>
<Text>sample string 4</Text>
<Type>sample string 3</Type>
</FilterOptionDefinitionSubOption>
<FilterOptionDefinitionSubOption>
<DefId>3e99211f-e00a-4a83-9e49-8858f5f42aa7</DefId>
<Id>a8e0f21c-2c25-4467-92dc-c227044342c3</Id>
<Order>6</Order>
<SelectedValue>sample string 5</SelectedValue>
<Text>sample string 4</Text>
<Type>sample string 3</Type>
</FilterOptionDefinitionSubOption>
</SubOptions>
<ToBeDeleted>true</ToBeDeleted>
<UpdatedOn>2026-01-27T02:37:35.274467-05:00</UpdatedOn>
</Filter>
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. |