Delete list
This request allows you to remove an existing list from the package.
Endpoint:
DELETE https://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/delete
Example:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/list/deleteResponse:
{
"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": "not-found",
"code": 404,
"customData": null
},
{
"message": "not-found (404)",
"code": 0,
"customData": null
}
]
}Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Request body:
Name
Type
Description
id
Number
ID of the list to be deleted.
Last updated