Skip to main content
DELETE
/
table
/
{tableId}
Delete a table
curl --request DELETE \
  --url https://app.myhero.so/table/{tableId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "acknowledged": true,
    "deletedCount": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Permanently deletes the table and all its associated rows, columns, and cells. Returns a MongoDB deletion result.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

tableId
string
required
Minimum string length: 1

Response

200 response

data
object
required