---
title: "Deletes an existing registry record and all associated credentials and secrets."
method: DELETE
path: "/orgs/{orgId}/registries/{regId}"
tags: ["public", "Registry"]
---

# Deletes an existing registry record and all associated credentials and secrets.

`DELETE /orgs/{orgId}/registries/{regId}`

_Deletions are currently irreversible._

## Path parameters

- `orgId` string, required
- `regId` string, required

## Response `204`

Deleted successfully.

## Other responses

- `400` — Request parameters are incomplete or invalid.
- `403` — Built-in 'humanitec' registry can't be deleted.
- `404` — Specified 'orgId' or 'regId' do not match any record.

---

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