curl --request DELETE \
--url https://dev.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)
curl --request DELETE \
--url https://dev.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/documents/{document_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?