Skip to content

标识删除

  • 方法功能:按照标识进行删除
  • 方法描述
java
/**
 * Deletes an existing Handle from the handle server. </br> <b> Note: </b>
 * <li>The administrative priveleges have to be valid for this method to
 * perform without any exception</li>
 *
 * @param handle The handle to delete.
 */
void deleteHandle(String handle) throws IDException;
  • 方法参数
参数类型参数描述示例
handleString标识名称88.888.3/20220121

Released under the MIT License.