DELETE api/v1/Contacts/{id}
Will delete contact with specified id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Return HTTP 200 if delete was success, HTTP 404 if contact was not found.
None.