---
title: "Delete Table"
method: DELETE
path: "/databases/{databaseId}/tables/{tableId}"
tags: ["Tables"]
---

# Delete Table

`DELETE /databases/{databaseId}/tables/{tableId}`

Delete a specific table by its ID. It can only be deleted if it is empty, unless the 'force' parameter is used.

## Query parameters

- `force` boolean

## Response `204`

Table deleted successfully.

## Other responses

- `400` — Bad Request - Table is not empty and force=true was not provided.
- `429` — Rate limit exceeded.

---

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