DELETE api/CourseStudent/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CourseCluster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StudentId | integer |
None. |
|
| ClustId | integer |
None. |
|
| BranchId | integer |
None. |
|
| DepId | integer |
None. |
|
| CourseId | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"StudentId": 2,
"ClustId": 3,
"BranchId": 4,
"DepId": 5,
"CourseId": 6,
"DateFrom": "2025-12-24T06:04:12.3061414-08:00",
"DateTo": "2025-12-24T06:04:12.3061414-08:00"
}