DELETE api/Persons/{id}
Delete Person by Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id (key) of Person |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
204 No Content
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.