---
title: "Delete table"
method: DELETE
path: "/public/v1/tables/{name}"
tags: ["Tables"]
---

# Delete table

`DELETE /public/v1/tables/{name}`

Deletes a table. Requires a USER API key with delete access to the table (admins/owners, the table's creator, or FULL_ACCESS sharing).

## Path parameters

- `name` string, required

## Response `200`

Deleted

- object
  - `ok` true, required
  - `data` object, required
    - `deleted` true, required
    - `id` union
      - string
      - number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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