POST Admin/Delete_Role?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Role| Name | Description | Type | Additional information |
|---|---|---|---|
| ROLE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ROLE_ID": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Delete_Role| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}