Proxy-seller

Delete list

Endpoint:

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

Path parameters

Name

Value

Description

Authorization

<Your_API_Key>

Your personal API key

Request body

Name

Type

Description

id

Number

ID of the created list.

Example

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

Response

{
    "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