---
title: "Delete a Provider Configuration"
method: DELETE
path: "/v1/provider-configurations/{id}"
tags: ["Provider Configurations API"]
---

# Delete a Provider Configuration

`DELETE /v1/provider-configurations/{id}`

Use this endpoint to delete a provider configuration.

## Path parameters

- `id` string, uuid, required

## Response `204`

Indicates that the resource was successfully deleted.

## Other responses

- `400` — Indicates that the request was malformed or contained invalid parameters.
- `404` — Indicates that the requested resource could not be found.
- `500` — Indicates an unexpected internal error. If this persists, please contact support.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
