Proxy-seller

Liste löschen

Endpunkt:

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

Pfadparameter

Name

Wert

Beschreibung

Autorisierung

<Your_API_Key>

Ihr persönlicher API-Schlüssel

Körper der Anfrage

Name

Typ

Beschreibung

id

Nummer

ID der erstellten Liste.

Beispiel

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

Antwort

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