删除额外存储信息
POST
/myauth/web/delStorageInfo
请求参数
Body 参数application/json
ids
integer
要删除额外存储ID
apikey
string
必需
示例
{
"ids": "1,2",
"apikey": "0f6bc68209f542a18fbef5b422540a97"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/myauth/web/delStorageInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "1,2",
"apikey":"0f6bc68209f542a18fbef5b422540a97"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例
{
"code": 200,
"success": true,
"msg": "成功删除 2 条额外存储",
"sign": "",
"result": null,
"timestamp": 1649320012352
}
🔴500错误
修改于 2022-04-07 09:14:29