---
title: "Revoke payment link"
method: POST
path: "/v3/payment/payment-links/{id}/revoke"
tags: ["Payment links"]
---

# Revoke payment link

`POST /v3/payment/payment-links/{id}/revoke`

By using this endpoint you will set the payment link's status to `revoked`. After this, the payment link won't be usable anymore.

## Path parameters

- `id` string, required

## Response `200`

Completed successfully

## Other responses

- `404` — Unknown payment link id

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
