Delete subuser's package
This request explains how to remove a subuser's package.
Upon deletion, any unused remaining traffic from the subpackage will be returned.
Endpoint:
DELETE
https://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/delete
Example:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/delete
Response:
{
"status": "success",
"data": "{\"status\":\"delete\"}",
"errors": []
}
Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Request body:
Name
Type
Description
package_key
String
Subpackage key from "Get subuser package information" request
Last updated