> ## Documentation Index
> Fetch the complete documentation index at: https://epayclub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel Recurring Payment

> Cancel a Subscription Payment.

<Warning>
  Use this endpoint carefully. Ending a subscription through this action is permanent; you won't be able to reactivate it.
</Warning>

<ParamField path="id" type="string" required>
  The Payment link’s ID.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
      "data": null,
      "status": "success",
      "statusCode": "00",
      "message": "Recurring payment cancelled successfully"
  }
  ```

  ```json 400 theme={null}
  {
      "status": "failed",
      "statusCode": "404",
      "message": "Sorry! Recurring payment not found"
  }
  ```
</ResponseExample>
