Delete Dataset Column — API
Permanently delete a column and all its cell data from a dataset. Requires both the dataset UUID and column UUID as path params.
DELETE
https://api.futureagi.com/model-hub/develops/{dataset_id}/delete_column/{column_id}/ Authentication
Path parameters
dataset_id
The dataset ID.
column_id
The column ID.
Response
200 OK message
Confirmation message.
Errors
401
Invalid or missing API credentials.
404
The specified column or dataset was not found, or does not belong to your organization.
500
Unexpected server error.