Delete list

This request allows you to remove an existing list from the package.

DELETE https://proxy-seller.com/api/v1/{YourApiKey}/resident/list/delete

Example:

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

Path parameters:

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key

Request body:

NameTypeDescription

id

Number

ID of the list to be deleted.

Response:

{
    "status": "success",
    "data": "delete",
    "errors": []
}

Last updated