DELETE api/Departments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Departments| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Department | string |
None. |
|
| ImagePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Department": "sample string 2",
"ImagePath": "sample string 3"
}