---
title: "Deletar cliente"
method: DELETE
path: "/v1/accountingfirms/{accountingFirmId}/customers/{customerId}"
---

# Deletar cliente

`DELETE /v1/accountingfirms/{accountingFirmId}/customers/{customerId}`

Permite deletar o cliente de um determinado escritório.

## Path parameters

- `accountingFirmId` string, required
- `customerId` string, required

## Headers

- `X-API-Key` string
- `X-User-Id` string

## Request body

- object
  - `unlinkJustification` string — Justificativa da exclusão.

## Response `204`

204

- object

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/nibo/apis/api-empresa.md) · [All operations](https://skmtc.net/nibo/apis/api-empresa/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nibo/api-empresa/revisions/9492ac98cb75/schema)
