删除子账号

新增子账号

POST /PublicApi/SubProxyKey/Delete

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Query

Name
Type
Description

secret

string

来自于用户的s-secret

Body

Name
Type
Description

ids

arrary

子用户的ID

Response

{
  "message": "string",
  "code": 200
}

Last updated