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": "08660cb6-18cc-4c42-b3c7-ec0f02080a5c",
"ParentID": "2acc9666-3b7b-4d72-a105-5cc3906fe783"
}
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>2acc9666-3b7b-4d72-a105-5cc3906fe783</ParentID> <StudentID>08660cb6-18cc-4c42-b3c7-ec0f02080a5c</StudentID> </StudentParent>