Method DeleteSelection
DeleteSelection(String, String)
Delete custom button selection
Declaration
void DeleteSelection(string connectionId, string selectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | selectionId | Custom button selection to delete. See also Id |
Examples
POST http://YourServerName/InfoShare/Json/Common/DeleteSelection
Example for delete custom button selection.{
"connectionId": "1fed73bf-ee0e-4cde-b6e2-2dcf452ed9da",
"selectionId": "b6e72024-d603-eb11-a0da-00155d109000"
}
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) |
ServiceException | No custom button selection found for selectionId {selectionId} (10238) |