DELETE v1/Contacts/{id}
Delete a Contact.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultItem| Name | Description | Type | Additional information |
|---|---|---|---|
Success |
​True if the record was successfully inserted or updated. |
boolean |
None. |
Id |
The record Id. |
integer |
None. |
Code |
The record code. |
string |
None. |
Errors |
A list of errors if the insert or update fails. |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"index": 0,
"success": true,
"id": 1,
"code": "SALE4-28",
"errors": []
}
