---
title: "Delete resource group"
method: DELETE
path: "/api/organizations/{name}/resource-groups/{resourceGroupId}"
tags: ["resource-groups"]
---

# Delete resource group

`DELETE /api/organizations/{name}/resource-groups/{resourceGroupId}`

Delete a resource group from the organization.

Requires the org to have a Team plan or higher.

## Path parameters

- `name` string, required
- `resourceGroupId` string, required

## Response `200`

Whether the resource group was deleted

- object
  - `success` boolean, required

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/8443210055e0/schema)
