DELETE api/ElistContacts/DeleteElistContact/{Id}
Removes the elist contact specfied by its Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The Id of the contact to be removed. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ElistContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ListContact_Id | integer |
None. |
|
| ListName | string |
Required String length: inclusive between 0 and 128 |
|
| ListDisplayName | string |
Required String length: inclusive between 0 and 255 |
|
| OwnerNetID | string |
Required String length: inclusive between 0 and 50 |
|
| OwnerEMailAddress | string |
Required String length: inclusive between 0 and 128 |
|
| OwnerDisplayName | string |
Required String length: inclusive between 0 and 128 |
|
| ListDomainName | string |
Required String length: inclusive between 0 and 128 |
|
| Purpose | string |
Required String length: inclusive between 0 and 128 |
|
| SponsorNetID | string |
Required String length: inclusive between 0 and 50 |
|
| CornellEntity | string |
None. |
|
| ListContactDirectory_Id | globally unique identifier |
None. |
|
| RequestContactDirectory_Id | globally unique identifier |
None. |
|
| OwnerContactDirectory_Id | globally unique identifier |
None. |
|
| Enabled | boolean |
None. |
|
| MetaData | Dictionary of string [key] and Object [value] |
None. |
|
| SerializedMetaData | string |
None. |
|
| Notes | string |
None. |
|
| WhenCreated | date |
None. |
|
| WhenModified | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListContact_Id": 1,
"ListName": "sample string 2",
"ListDisplayName": "sample string 3",
"OwnerNetID": "sample string 4",
"OwnerEMailAddress": "sample string 5",
"OwnerDisplayName": "sample string 6",
"ListDomainName": "sample string 7",
"Purpose": "sample string 8",
"SponsorNetID": "sample string 9",
"CornellEntity": "sample string 10",
"ListContactDirectory_Id": "4f87d2ed-6274-4ab9-af37-aa493ed7648f",
"RequestContactDirectory_Id": "ce04a09e-6dde-45b2-83cb-b5df9f969b4f",
"OwnerContactDirectory_Id": "915eeaa8-789b-404e-b706-6e24a5c0eb19",
"Enabled": true,
"MetaData": {},
"SerializedMetaData": "{}",
"Notes": "sample string 16",
"WhenCreated": "2025-12-14T02:00:59.3349591-05:00",
"WhenModified": "2025-12-14T02:00:59.3349591-05:00"
}
application/xml, text/xml
Sample:
<ElistContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListServiceManagement.Models">
<CornellEntity>sample string 10</CornellEntity>
<Enabled>true</Enabled>
<ListContactDirectory_Id>4f87d2ed-6274-4ab9-af37-aa493ed7648f</ListContactDirectory_Id>
<ListContact_Id>1</ListContact_Id>
<ListDisplayName>sample string 3</ListDisplayName>
<ListDomainName>sample string 7</ListDomainName>
<ListName>sample string 2</ListName>
<MetaData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<Notes>sample string 16</Notes>
<OwnerContactDirectory_Id>915eeaa8-789b-404e-b706-6e24a5c0eb19</OwnerContactDirectory_Id>
<OwnerDisplayName>sample string 6</OwnerDisplayName>
<OwnerEMailAddress>sample string 5</OwnerEMailAddress>
<OwnerNetID>sample string 4</OwnerNetID>
<Purpose>sample string 8</Purpose>
<RequestContactDirectory_Id>ce04a09e-6dde-45b2-83cb-b5df9f969b4f</RequestContactDirectory_Id>
<SerializedMetaData>{}</SerializedMetaData>
<SponsorNetID>sample string 9</SponsorNetID>
<WhenCreated>2025-12-14T02:00:59.3349591-05:00</WhenCreated>
<WhenModified>2025-12-14T02:00:59.3349591-05:00</WhenModified>
</ElistContact>