---
title: "Delete a Provider configuration"
method: DELETE
path: "/provider-configurations/{provider_configuration}"
tags: ["provider-configurations"]
---

# Delete a Provider configuration

`DELETE /provider-configurations/{provider_configuration}`

The endpoint deletes a Provider configuration by ID.

## Path parameters

- `provider_configuration` string, required

## Response `204`

Deleted.

## Other responses

- `404` — Provider configuration not found or user unauthorized.
- `422` — Some of environments cant be detached, or the provider configuration is linked to module tests. The environment cant be detached if some of the environment workspaces use this provider configuration.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
