- 接口地址:http://域名/outdata/v1/symbol/pool/del
```
type ReqSymbolPoolDel struct {
PoolID string //自定義版塊ID
PoolDate int64 //日期 (格式:20060102) (非必填)(靜態版塊不用傳此參數)
}
type RspSymbolPoolDel struct {
Code int //狀態碼 (20000 添加成功, 非20000 添加失敗)
Message string //錯誤消息內容
}
```