---
title: "Delete a custom provider"
method: DELETE
path: "/api/providers/{provider_id}/"
tags: ["models"]
---

# Delete a custom provider

`DELETE /api/providers/{provider_id}/`

Delete a custom provider by string provider ID.

## Path parameters

- `provider_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized - Missing or invalid authentication
- `403` — Forbidden
- `404` — Not Found

---

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