---
title: "CancelBoleto"
method: POST
path: "/CancelBoleto"
tags: ["Cancel Boleto"]
---

# CancelBoleto

`POST /CancelBoleto`

Method used to cancel boletos using DocumentNumber.

## Request body

- object
  - `Method` string, required
  - `PartnerId` number, required
  - `BusinessUnitId` number, required
  - `DocumentNumber` string, required
  - `RateSent` number
  - `RateValue` number

## Response `200`

Ok

- object
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
