목록 삭제
엔드포인트:
DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/delete
경로 매개변수
이름 | 가치 | 설명 |
|---|---|---|
권한 부여 |
| 개인 API 키 |
요청 본문
이름 | 유형 | 설명 |
|---|---|---|
id | 번호 | 생성된 목록의 ID입니다. |
예
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/list/delete응답
{
"status": "success",
"data": "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": "not-found",
"code": 404,
"customData": null
},
{
"message": "not-found (404)",
"code": 0,
"customData": null
}
]
}