> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.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.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

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/us/api/payments/payment-links/cancel-standard) API.

#### Related Information

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