---
title: "Delete an IP ACL"
method: DELETE
path: "/api/v1/Account/{auth_id}/ip-acl/{ip_acl_id}"
tags: ["IP Access Control List"]
---

# Delete an IP ACL

`DELETE /api/v1/Account/{auth_id}/ip-acl/{ip_acl_id}`

Remove an IP access control rule.

## Path parameters

- `auth_id` string, required
- `ip_acl_id` string, required

## Response `200`

Success

- string

## Other responses

- `204` — IP ACL deleted

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
