Skip to main content
DELETE
/
documents
/
{id}
Delete document
curl --request DELETE \
  --url http://localhost:3000/v2/documents/{id} \
  --header 'x-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.pland.app/llms.txt

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

Authorizations

x-API-Key
string
header
required

Path Parameters

id
string<objectid>
required

Document ID

Response

Document deleted successfully