---
title: "Delete IP List for a Sub-account API Key (For Master Account)"
method: DELETE
path: "/sapi/v1/sub-account/subAccountApi/ipRestriction/ipList"
tags: ["Sub-Account"]
---

# Delete IP List for a Sub-account API Key (For Master Account)

`DELETE /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList`

Weight(UID): 3000

## Query parameters

- `email` string, required
- `subAccountApiKey` string, required
- `ipAddress` string
- `thirdPartyName` string
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Delete IP information

- object
  - `ipRestrict` string, required
  - `ipList` string[], required
  - `updateTime` integer, required
  - `apiKey` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2022-10-13** `9d597b7942a9` — 2 info
  - added the new optional `query` request parameter `thirdPartyName`
  - the `query` request parameter `ipAddress` became optional
- **2022-02-17** `9f8e6c752c15` — 1 info
  - for the `query` request parameter `ipAddress`, the type was generalized from no type to `string`, and format from `string` to no format
- **2021-11-24** `acf5d0d45f19` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/sub-account/subAccountApi/ipRestriction/ipList/delete.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
