---
title: "Delete a payment provider"
method: DELETE
path: "/api/payment-providers/{id}"
tags: ["Payment Providers"]
---

# Delete a payment provider

`DELETE /api/payment-providers/{id}`

Remove a payment provider configuration. This does not affect existing payments.

## Path parameters

- `id` string, required

## Response `200`

Provider deleted

- PaymentProviderResponse
  - `id` string, required
  - `providerName` string, required
  - `isActive` boolean, required
  - `priority` number, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `404` — Provider not found

---

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