---
title: "Delete Payment Link"
method: DELETE
path: "/links/{linkId}"
tags: ["Payment Links"]
---

# Delete Payment Link

`DELETE /links/{linkId}`

Allows a user to delete payment link<br><br>

## Path parameters

- `linkId` string, required

## Headers

- `Content-Type` string
- `Authorization` string

## Response `200`

Successful response

- object
  - `success` boolean

## Other responses

- `403` — Unauthorised
- `404` — Invalid request
- `500` — Unexpected error

---

[API](https://skmtc.net/mamopay/apis/payments.md) · [All operations](https://skmtc.net/mamopay/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mamopay/payments/revisions/65bb3871a425/schema)
