---
title: "Delete Payment"
method: DELETE
path: "/payments/{paymentId}"
tags: ["Payment Resource"]
---

# Delete Payment

`DELETE /payments/{paymentId}`

## Path parameters

- `paymentId` string, required

## Response `200`

OK

- object

## Other responses

- `204` — NoContent
- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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