---
title: "Delete a payment link"
method: DELETE
path: "/v1/payment_links/{payment_link_id}"
tags: ["Payment links"]
---

# Delete a payment link

`DELETE /v1/payment_links/{payment_link_id}`

Delete a payment link

**Required scopes: `business/orders:read`, `business/orders:write`**

## Path parameters

- `payment_link_id` string, required — The unique identifier of the payment link.

## Response `204`

Successful Response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/yoco/apis/yoco-api.md) · [All operations](https://skmtc.net/yoco/apis/yoco-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoco/yoco-api/versions/1ee03e82bc45/schema)
