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/delete
Response:
{
"status": "success",
"data": "delete",
"errors": []
}
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