---
title: "Remover cliente"
method: DELETE
path: "/api/v1/customers/{id}"
tags: ["Clientes"]
---

# Remover cliente

`DELETE /api/v1/customers/{id}`

## Path parameters

- `id` integer, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/baseerp/apis/api-base-by-asaas.md) · [All operations](https://skmtc.dev/baseerp/apis/api-base-by-asaas/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baseerp/api-base-by-asaas/revisions/408ce44b0d29/schema)
