cURL
curl --request DELETE \ --url https://{api-address}.org.machina.gg/document/{id} \ --header 'x-api-token: <api-key>'
{ "data": { "id": "67e1f9412a5ade8c69c03fe3" }, "message": "document deleted", "status": true }
Remove an existing document by its unique ID.
Documentation IndexFetch the complete documentation index at: https://docs.machina.gg/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.machina.gg/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Unique ID of the document to delete
Document deleted successfully
Show child attributes
Success message
"document deleted"
Operation status
true