Soxway Docs
Sub Users

Remove traffic from sub-user

Remove allocated traffic from a sub-user. Traffic is returned to your reseller balance.

POST
/reseller/sub-users/{subId}/traffic/drop

Authorization

bearerAuth
AuthorizationBearer <token>

Access token obtained via POST /reseller/access-token using your Reseller Key

In: header

Path Parameters

subId*integer

Response Body

application/json

curl -X POST "https://api.soxway.io/reseller/sub-users/0/traffic/drop"
{
  "message": "string",
  "data": {
    "dropped_traffic_gb": 3,
    "reseller_residential_gb": 0,
    "reseller_mobile_gb": 0,
    "reseller_residential_premium_gb": 0
  }
}
Empty