---
title: "Remove customer spending cap"
method: DELETE
path: "/v1/customers/{id}/spending-caps/{capId}"
tags: ["Customers"]
---

# Remove customer spending cap

`DELETE /v1/customers/{id}/spending-caps/{capId}`

Deactivate a spending cap for a customer. Requires a secret key (`sk_*`).

## Path parameters

- `id` string, required
- `capId` string, required

## Response `200`

Cap removed

- object — Cap removed
  - `success` boolean

## Other responses

- `401` — Unauthorized
- `404` — Customer or cap not found

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/revisions/2cb1567969ca/schema)
