Skip to main content
DELETE
/
api
/
datasets
/
{id}
/
documents
/
{document-id}
Delete a Document
curl --request DELETE \
  --url https://app.baseplate.ai/api/datasets/{id}/documents/{document-id} \
  --header 'Authorization: <authorization>'

Documentation Index

Fetch the complete documentation index at: https://docs.baseplate.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Dataset ID
document-id
string
required
Document ID to add rows under
Authorization
string
required
Baseplate API key. Must be in the format β€œBearer $BASEPLATE_API_KEY”

Responses

{
  // Response
}