---
title: "Delete a custom provider"
method: DELETE
path: "/api/v1/custom-providers/{identifier}"
tags: ["Connectors"]
---

# Delete a custom provider

`DELETE /api/v1/custom-providers/{identifier}`

Deletes an environment-scoped custom provider (connector) by its identifier. This operation is permanent and removes the provider definition from the environment.

## Path parameters

- `identifier` string, required

## Response `200`

The custom provider was successfully deleted (no content returned)

- ProvidersDeleteProviderResponse

## Other responses

- `404` — Not Found - no custom provider exists with the given identifier

---

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