Skip to main content
DELETE
/
api
/
v3
/
{teamSlug}
/
{projectId}
/
columns
/
{columnId}
curl -X DELETE "https://fluar.com/api/v3/acme-corp/proj_550e8400e29b41d4a716446655440000/columns/col_ddd444" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "deletedColumnId": "col_ddd444"
}
Permanently delete a column and all associated cell data. This action cannot be undone. Requires a Bearer token.
curl -X DELETE "https://fluar.com/api/v3/acme-corp/proj_550e8400e29b41d4a716446655440000/columns/col_ddd444" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "deletedColumnId": "col_ddd444"
}