DELETE api/Parameters/DeleteParameter/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Parameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ValueName | string |
None. |
|
| Value | string |
None. |
|
| InfoId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"valueName": "sample string 2",
"value": "sample string 3",
"infoId": 1
}