---
title: "DELETE /connectors/{connector_id}/schema_object"
method: DELETE
path: "/connectors/{connector_id}/schema_object"
tags: ["connectors"]
---

# DELETE /connectors/{connector_id}/schema_object

`DELETE /connectors/{connector_id}/schema_object`

## Path parameters

- `connector_id` string, uuid, required

## Request body

- union
  - object
    - `id` string, uuid, required
    - `type` 'column', required
  - object
    - `id` string, uuid, required
    - `type` 'table', required
  - object
    - `id` string, uuid, required
    - `type` 'schema', required
  - object
    - `id` string, uuid, required
    - `type` 'database', required

## Response `200`

Schema object deleted successfully

- DeleteSchemaObjectResponse
  - `object_id` string, required — The ID of the schema object that was deleted
  - `object_type` string, required — The type of schema object that was deleted

## Other responses

- `400` — Bad request - invalid object specification
- `403` — Forbidden - user does not have access to connector
- `404` — Connector or object not found

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
