---
title: "Delete Source Table"
method: DELETE
path: "/v1/source_tables/{table_name}"
tags: ["source_tables"]
---

# Delete Source Table

`DELETE /v1/source_tables/{table_name}`

Delete a source table the org owns, by ``table_name``.

Hard delete: a model trained from it keeps working (the FK is ON DELETE SET
NULL — nullable provenance).

## Path parameters

- `table_name` string, required

## Response `200`

Successful Response

- DeleteSourceTableResponse
  - `table_name` string, required
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

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