DELETE api/InstructorSections/DeleteSectionsToInstructor?PersonId={PersonId}&SectionIds[0]={SectionIds[0]}&SectionIds[1]={SectionIds[1]}
Delete section association to the instructor caller
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | integer |
Required |
|
| SectionIds | Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |