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

# Delete a provider

`DELETE /providers/{id}`

Delete a provider configuration. Returns 409 if the provider is still referenced by routing or notifications.

## Path parameters

- `id` string, required

## Response `204`

Provider successfully deleted.

## Other responses

- `409`

## Changes

- **2026-04-02** `b3dde9374868` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/providers/:id/delete.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/f0ac5c2fa86e/schema)
