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