---
title: "Delete a resource provider by name"
method: DELETE
path: "/v1/workspaces/{workspaceId}/resource-providers/name/{name}"
---

# Delete a resource provider by name

`DELETE /v1/workspaces/{workspaceId}/resource-providers/name/{name}`

## Path parameters

- `workspaceId` string, required
- `name` string, required

## Response `202`

Accepted response

- ResourceProvider
  - `createdAt` string, date-time, required
  - `id` string, required
  - `metadata` object — Arbitrary metadata for the resource provider (record<string, string>)
  - `name` string, required
  - `workspaceId` string, uuid, required

## Other responses

- `400` — Invalid request
- `404` — Resource not found

## Changes

- **2026-03-11** `a7ff533824b6` — 1 info
  - endpoint added
- **2026-02-19** `e61389fc98ac` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api/changes/v1/workspaces/:workspaceId/resource-providers/name/:name/delete.md)

---

[API](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api.md) · [All operations](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ctrlplanedev/ctrlplane-api/revisions/156e0d264995/schema)
