隧道管理
删除隧道
post/tunnel/delete
Request body
Example request
{
"ids": "114514,1919,810"
}Response
删除成功
Example response
{
"deleted": [
114514,
114515
],
"failed": [
1919
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.