DELETE api/FamilyMember/{id}
Delete a specified family member
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the family member |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultName | Description | Type | Additional information |
---|---|---|---|
HasErrors |
True if there are any errors present |
boolean |
None. |
Errors |
The list of errors |
Collection of ApiResultError |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.