Soxway Docs
Sub Users

Delete sub-user

Permanently delete a sub-user. Unused traffic is returned to the reseller's balance.

DELETE
/reseller/sub-users/{subId}

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 DELETE "https://api.soxway.io/reseller/sub-users/0"
{
  "message": "string",
  "data": {
    "status": "deleted",
    "id": "138"
  }
}
Empty