リスト削除
終点:
DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/delete
経路パラメータ
名称 | 価値 | 説明 |
|---|---|---|
認可 |
| 個人APIキー |
リクエスト本文
名称 | タイプ | 説明 |
|---|---|---|
アイドル | 番号 | 作成されたリストの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
}
]
}