DELETE api/Contact?APIKey={APIKey}&ClientId={ClientId}&ContactId={ContactId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
Required |
|
ClientId | string |
Required |
|
ContactId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResponseName | Description | Type | Additional information |
---|---|---|---|
Status | Status |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 0, "Id": "a87b55c2-56ab-4b0c-8248-f423059d449e", "Description": "sample string 2" }
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.UX.API.Response"> <Description>sample string 2</Description> <Id>a87b55c2-56ab-4b0c-8248-f423059d449e</Id> <Status>Success</Status> </APIResponse>