Proxy-seller

删除授权

终点:

DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/auth/delete

示例

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/auth/delete

路径参数:

名称

价值

说明

授权

<Your_API_Key>

您的个人应用程序接口密钥 (如何获得)

请求正文

名称

类型

说明

本我

字符串

id:授权 ID(必填)

回应

{
  "status": "success",
  "data": {
    "deleted": true
  },
  "errors": []
}

授权未找到

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set exists [id]",
            "code": 0,
            "customData": null
        }
    ]
}

On this page