cURL
curl --request POST \ --url https://{baseUrl}/{version}/projects/{projectId}/indexes/{indexName}/docs/delete \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>' \ --data ' { "ids": [ "<string>" ] } '
Delete documents by document IDs or query filter from an index.
Documentation IndexFetch the complete documentation index at: https://wrtntechnologies.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://wrtntechnologies.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Project API Key.
Project ID.
Index name.
A list of document IDs.
Delete request accepted.