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

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

columnId
string
required
Minimum string length: 1

Response

200 response

data
object
required