> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payments/recurring/cancel-recurring.md).

# Cancel Recurring

## Method and URL

<mark style="color:green;">`POST`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/v1/recurring/{id}/cancel

## Request Parameter

| Key | Value       |
| --- | ----------- |
| id  | recurringId |

## Response

**Response Body**

```json
{
    "code": "00",
    "message": "Success",
    "data": {
        "recurringId": "019d6c87-07a3-745e-abd9-d0e74bdbbf3b",
        "status": "INACTIVE"
    }
}
```

**Detail Parameter Response**&#x20;

<table><thead><tr><th width="197.9619140625">Parameter</th><th width="114.29296875">Data Type</th><th width="138.7783203125">Requirement</th><th>Description</th></tr></thead><tbody><tr><td>recurringId</td><td>String</td><td>M</td><td>Unique Recurring Reference</td></tr><tr><td>status</td><td>String</td><td>M</td><td>Status of Recurring : <br>1. ACTIVE<br>2. INACTIVE</td></tr></tbody></table>
