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": "e7f99497-ecee-41e2-bc4c-b6dbdcca0c90",
"BannerID": "1996fd18-baca-4c6e-bb8e-04f8581c4af4"
}
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>1996fd18-baca-4c6e-bb8e-04f8581c4af4</BannerID> <SchoolID>e7f99497-ecee-41e2-bc4c-b6dbdcca0c90</SchoolID> </SchoolBanner>