---
title: "Delete report column"
method: DELETE
path: "/reports/{reportId}/columns/{columnVirtualId}"
tags: ["reports"]
---

# Delete report column

`DELETE /reports/{reportId}/columns/{columnVirtualId}`

Deletes the specified column from the report.

> **Note:** The primary column in row reports and the sheet name column in summary reports cannot be deleted.

## Response `200`

The operation's success level.

- GenericResult
  - `message` 'PARTIAL_SUCCESS' | 'SUCCESS' — Message that indicates the outcome of the request. (One of `SUCCESS` or `PARTIAL_SUCCESS`.)
  - `resultCode` 0 | 3 — * '0' Success * '3' Partial Success of Bulk Operation

## Other responses

- `400` — Invalid request.
- `403` — Caller does not have permission to modify the report.
- `404` — Report or column does not exist.
- `default` — Generic error payload.

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
