---
title: "Delete Object Type"
method: DELETE
path: "/v1/object-types/{objectTypeId}"
---

# Delete Object Type

`DELETE /v1/object-types/{objectTypeId}`

Delete an object type.

Requires the **Import** permission (`ingest` scope). Existing rows remain
readable, but new rows and updates can no longer use the deleted type.

## Path parameters

- `objectTypeId` string, uuid, required

## Response `200`

Successful Response

- DeletedObjectTypeResponse
  - `status` string, required
  - `id` string, required

## Other responses

- `422` — Validation Error

---

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