> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel a Payment Link

> Cancel Payment Links that are in the created state from the Razorpay Dashboard.

You can cancel Payment Links issued to your customers. Your customers will not be able to make payments using the cancelled links.

<Info>
  **Handy Tips**

  You can only cancel Payment Links that are in the `created` state.
</Info>

## Cancel a Payment Link From Dashboard

To cancel a Payment Link: <br />

1. Log in to the Dashboard.
2. Navigate to **Payment Links**.
3. Click on the Payment Link you want to cancel.
4. Click **Cancel Link**.
5. Click **Yes, Cancel**.

## Cancel a Payment Link Using API

You can cancel a Payment Link in `created` state using [this](/docs/api/payments/payment-links/cancel-standard) API.

#### Related Information

<ul>
  <li><a href="/docs/payments/payment-links/create" target="_blank">Create a Payment Link</a></li>
  <li><a href="/docs/payments/payment-links/faqs" target="_blank">FAQs</a></li>
  <li><a href="/docs/payments/payment-links/apis" target="_blank">Payment Links APIs</a></li>
</ul>
