Datasets
Delete dataset column
Removes a column (built-in or custom) from the active schema. Its data is preserved and the column can be re-added; this does not change the dataset version.
delete/v1/projects/{projectSlug}/datasets/{datasetSlug}/columns/{identifier}
Path parameters
projectSlugstring required
Project slug (human-readable identifier)
Project slug (human-readable identifier)
datasetSlugstring required
Dataset slug (human-readable identifier within the project).
Dataset slug (human-readable identifier within the project).
identifierstring required
Stable column identifier.
Stable column identifier.
Response
Column removed
Changes
Changed in 1 of the 67 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○