---
title: "Delete Tenant Registration"
method: DELETE
path: "/admin/tenant-registrations/{tenantId}"
tags: ["Admin"]
---

# Delete Tenant Registration

`DELETE /admin/tenant-registrations/{tenantId}`

## Path parameters

- `tenantId` string, required

## Response `204`

Tenant registration deleted

## Other responses

- `401` — Not authenticated
- `403` — Forbidden
- `404` — Resource not found
- `500` — An internal server error occurred

## Changes

- **2026-07-17** `8821f8847f2c` — 1 breaking, 7 info
  - removed the success response with the status `200`
  - api tag `Admin` added
  - added the media type `application/problem+json` for the response with the status `404`
  - added the non-success response with the status `401`
  - …4 more
- **2025-02-18** `85e5af9982d5` — 1 info
  - endpoint added
- **2025-02-11** `19d2c93fbacc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/admin/tenant-registrations/:tenantId/delete.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/8821f8847f2c/schema)
