DELETE api/StudentParents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentParent| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | globally unique identifier |
None. |
|
| ParentID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentID": "2aa360c3-62e0-42c9-b9b7-e17d4c551610",
"ParentID": "eb09207b-8f5a-4948-b7ec-f4fb5bf21fe8"
}
application/xml, text/xml
Sample:
<StudentParent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <ParentID>eb09207b-8f5a-4948-b7ec-f4fb5bf21fe8</ParentID> <StudentID>2aa360c3-62e0-42c9-b9b7-e17d4c551610</StudentID> </StudentParent>