DELETE api/ElistContacts/DeleteElistContact?ListName={ListName}
Removes the elist contact specfied the ListName
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ListName |
The Listname of the contact to be removed. |
string |
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": "d45868f6-b2c2-457d-b27b-6082eea6b0af",
"RequestContactDirectory_Id": "c1e70743-ab31-48c0-aa33-b58df88e61ea",
"OwnerContactDirectory_Id": "e48e82aa-fdf5-4196-96fb-17bd22f0c12c",
"Enabled": true,
"MetaData": {},
"SerializedMetaData": "{}",
"Notes": "sample string 16",
"WhenCreated": "2026-02-15T18:51:24.0817453-05:00",
"WhenModified": "2026-02-15T18:51:24.0817453-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>d45868f6-b2c2-457d-b27b-6082eea6b0af</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>e48e82aa-fdf5-4196-96fb-17bd22f0c12c</OwnerContactDirectory_Id>
<OwnerDisplayName>sample string 6</OwnerDisplayName>
<OwnerEMailAddress>sample string 5</OwnerEMailAddress>
<OwnerNetID>sample string 4</OwnerNetID>
<Purpose>sample string 8</Purpose>
<RequestContactDirectory_Id>c1e70743-ab31-48c0-aa33-b58df88e61ea</RequestContactDirectory_Id>
<SerializedMetaData>{}</SerializedMetaData>
<SponsorNetID>sample string 9</SponsorNetID>
<WhenCreated>2026-02-15T18:51:24.0817453-05:00</WhenCreated>
<WhenModified>2026-02-15T18:51:24.0817453-05:00</WhenModified>
</ElistContact>