注銷标識
## 接口名稱
public void ==removeHandle==(String handle) Exception;
## 接口描述
調用該接口,中間(jiān)件将會(huì)注銷一個(gè)标識碼。
## 參數(shù)說明(míng)
|參數(shù)名|類型|說明(míng)|
|-|-|-|
|handle|String| 标識碼|
## 返回值說明(míng)
無
## 調用例子
`....`
`//注銷标識`
**`GdssApi2.removeHandle("88.168.xxx/xxxxxxxx");`**
`.....`