---
title: "Cancelamento da recorrência"
method: POST
path: "/automatic/recurrencies/{recurrencyId}/cancel"
---

# Cancelamento da recorrência

`POST /automatic/recurrencies/{recurrencyId}/cancel`

## Path parameters

- `recurrencyId` string, required

## Request body

- object
  - `cancellingReason` string, required — Motivo do cancelamento

## Response `200`

200

- object
  - `version` string
  - `status` integer
  - `body` object
    - `recurrencyId` string
    - `clientRequestId` string
    - `interval` object
      - `start` string
      - `end` unknown
      - `frequencyType` string
    - `status` string
    - `journeys` object[]
      - `status` string
      - `type` integer
      - `createDate` string
    - `amount` integer
    - `creditParty` object
      - `bank` string
      - `branch` string
      - `account` string
      - `taxId` string
      - `name` string
    - `debitParty` object
      - `bank` string
      - `personType` string
      - `taxId` string
      - `accountType` string
      - `branch` string
      - `account` string
      - `stateCode` string
    - `debtor` object
      - `personType` string
      - `taxId` string
      - `name` string
    - `contract` object
      - `number` string
      - `description` string
    - `allowsNewAttemptsAfterExpiration` boolean
    - `recurrencyMaxAmount` unknown
    - `createDate` string
    - `allowAutoSendingPaymentInstructions` boolean
    - `cancellation` object
      - `id` string
      - `cancelledBy` string
      - `taxId` integer
      - `reason` string
      - `date` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
