---
api: 'Business API'
---

# Cancel a payout link

Cancel a payout link. You can only cancel a link that hasn't been claimed yet. 
A successful request does not get any content in response.

:::note
This feature is available in the UK, the EEA, AU, and SG.
:::

For more information, see the guides: [Send money via payout link](/docs/guides/manage-accounts/transfers/payout-links).

## Endpoint

POST `/payout-links/{payout_link_id}/cancel`

## Parameters

### path parameters

- `payout_link_id` (string, required)
  The ID of the link to cancel.

## Returns

### 204

Payout link has been cancelled

## Error responses

| HTTP status code | Description |
| --- | --- |
| 403 | Forbidden |
