Delete list

This request explains how to remove a created list from a subuser's package.

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

Example:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/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.

package_key

String

The key of the subuser's package from which you want to remove the list.

Response:

"delete/not-found"

Last updated