Method DeleteStatisticCounterConfiguration
DeleteStatisticCounterConfiguration(String, Int64)
Delete statistic counter configuration
Declaration
void DeleteStatisticCounterConfiguration(string connectionId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.Int64 | id | The id of statistic counter configuration item |
Remarks
- You need "Access to Statistic configuration delete" access right (01002094-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
Examples
POST http://YourServerName/InfoShare/Json/Common/DeleteStatisticCounterConfiguration
Example for delete statistic counter configuration.{
"connectionId": "f2178c68-e6c5-46a8-8dc1-d26ac99f287a",
"Id": 0
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |