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.

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

Example:

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

Path parameters:

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key

Request body:

NameTypeDescription

package-key

String

Subpackage key from "Get subuser package information" request

Response:

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

Last updated