Das Paket des Unterbenutzers löschen
Bei der Löschung wird jeglicher ungenutzter Restverkehr des Unterpakets zurückgegeben.
Endpunkt:
DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/delete
Pfadparameter:
Name | Wert | Beschreibung |
|---|---|---|
Autorisierung |
| Ihr persönlicher API-Schlüssel |
Körper der Anfrage:
Name | Typ | Beschreibung |
|---|---|---|
paket_schlüssel | Zeichenfolge | Schlüssel des Unterpakets aus der Abfrage "Get subuser package information" |
Beispiel:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/deleteAntwort:
{
"status": "success",
"data": "{\"status\":\"delete\"}",
"errors": []
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "IP not allowed",
"code": 503,
"customData": null
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Sub tarif not found",
"code": 0,
"customData": null
}
]
}