Proxy-seller

删除列表

终点:

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

路径参数

名称

价值

说明

授权

<Your_API_Key>

您的个人应用程序接口密钥

请求正文

名称

类型

说明

本我

数量

创建列表的 ID。

示例

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

回应

{
    "status": "success",
    "data": "delete",
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "not-found",
            "code": 404,
            "customData": null
        },
        {
            "message": "not-found (404)",
            "code": 0,
            "customData": null
        }
    ]
}

On this page