cURL
curl --request DELETE \ --url https://api.getmaxim.ai/v1/datasets/columns \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "workspaceId": "<string>", "datasetId": "<string>", "columnIds": [ "<string>" ] }'
Delete dataset columns
API key for authentication
Unique identifier for the workspace
Unique identifier for the dataset to to fetch the columns of
Unique identifiers for the columns to delete
1
Dataset columns deleted successfully
Was this page helpful?