---
title: "Drop a table from workspace"
method: DELETE
path: "/workspaces/{workspace_id}/tables/{table_name}"
tags: ["tables"]
---

# Drop a table from workspace

`DELETE /workspaces/{workspace_id}/tables/{table_name}`

Permanently deletes a table from the workspace. This operation cannot be undone.

## Path parameters

- `workspace_id` string, required
- `table_name` string, required

## Response `204`

Table dropped successfully (no content)

## Other responses

- `400` — Invalid workspace ID or missing table name
- `401` — Unauthorized - missing or invalid authentication
- `403` — Access denied - user does not have access to this workspace
- `404` — Table not found or workspace schema not found
- `500` — Internal server error - table drop failed

---

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