---
title: "Cancel a payment"
method: DELETE
path: "/payments/{paymentId}"
---

# Cancel a payment

`DELETE /payments/{paymentId}`

## Path parameters

- `paymentId` string, required

## Response `200`

Payment successfully cancelled

## Other responses

- `400` — Bad request - Payment cannot be cancelled
- `401` — Unauthorized - Invalid or missing access token
- `403` — Forbidden - Access token missing required permissions
- `404` — Not found - Payment not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/revisions/b4d401b65c3d/schema)
