DELETE api/admin/sections/DeleteSection?SectionID={SectionID}&ActionTakenBy={ActionTakenBy}&IPAddress={IPAddress}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionID | integer |
Required |
|
| ActionTakenBy | string |
Required |
|
| IPAddress | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": 3
}
application/xml, text/xml
Sample:
<ApiResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models"> <Data>3</Data> <Message>sample string 2</Message> <Success>true</Success> </ApiResponseOfint>