Proxy-seller

하위 사용자의 패키지 삭제

삭제 시 하위 패키지에서 사용하지 않은 나머지 트래픽은 모두 반환됩니다.

엔드포인트:

DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/delete

경로 매개변수:

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키

요청 본문:

이름

유형

설명

패키지_키

문자열

"하위 사용자 패키지 정보 가져오기" 요청의 하위 패키지 키

예시:

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

응답:

{
    "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
        }
    ]
}

On this page