---
title: "Cancelar recebíveis"
method: POST
path: "/borderos/{trackingId}/receivables-cancellation"
tags: ["Bordero"]
---

# Cancelar recebíveis

`POST /borderos/{trackingId}/receivables-cancellation`

Esta rota serve para cancelar recebíveis de um bordero.

## Path parameters

- `trackingId` string, required — Uid Gerado

## Request body

- object
  - `receivables` ReceivableCancelSchema[], required
    - `identification` string, required — Identificação do recebível (ex: Nº da NF)
    - `maturityDate` string, date, required — Data de vencimento
    - `maturityAmount` number, double, required — Valor de vencimento

## Response `204`

Sucesso

## Other responses

- `400` — Erro de validação
- `401` — Não autorizado
- `default` — Erro

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
