DELETE api/SchoolBanners/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SchoolBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| BannerID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"SchoolID": "ceabdeeb-b3b1-4e65-9309-83861f132fbd",
"BannerID": "e1dde5e0-b92a-4685-8f90-b6120c714ae8"
}
application/xml, text/xml
Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <BannerID>e1dde5e0-b92a-4685-8f90-b6120c714ae8</BannerID> <SchoolID>ceabdeeb-b3b1-4e65-9309-83861f132fbd</SchoolID> </SchoolBanner>