---
title: "Delete account limit(s)"
method: POST
path: "/account/limit/delete"
tags: ["Account - Limit"]
---

# Delete account limit(s)

`POST /account/limit/delete`

Delete one or more account limits set via <a href="https://docs.helix.q2.com/reference/accountlimitset" target="_blank">/account/limit/set</a>.

## Request body

- object
  - `customerId` integer, required
  - `accountId` integer, required
  - `limitIds` HelixId[], required — An array of up to 16 <a href="https://docs.helix.q2.com/docs/account-limit" target="_blank">accountLimit.limitId</a>s to remove from the account

## Response `200`

A 200 status with no `data` property present

- 0 — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref
- `405` — unresolved $ref
- `429` — unresolved $ref

---

[API](https://skmtc.net/q2/apis/helix-api.md) · [All operations](https://skmtc.net/q2/apis/helix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/q2/helix-api/revisions/0f8d32b907b3/schema)
