本文档由"一诺"编写,测试使用
Authorization: ********************{
"ids": [
0
]
}curl --location --request POST 'https://api.hyperfrp.com/api/proxies/batch-delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'