Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://preview.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/documents/{document_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Soft delete a document (marks as deleted, does not remove from GCS)
Get token from Auth0 and paste it here
Successful Response
Was this page helpful?