cURL
curl --request DELETE \ --url https://api.getmaxim.ai/v1/datasets/entries \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "workspaceId": "<string>", "datasetId": "<string>", "splitId": "<string>", "deleteAll": true, "columnIds": [ "<string>" ], "entries": [ { "rowNo": 123, "entryId": "<string>", "cells": [ { "columnId": "<string>" } ] } ] }'
Delete dataset entries
API key for authentication
Dataset entries deleted successfully
Was this page helpful?