curl --request DELETE \
--url https://api.faces.sh/v1/compile/documents/{doc_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Delete a compile document and remove its contributions from the knowledge graph.
curl --request DELETE \
--url https://api.faces.sh/v1/compile/documents/{doc_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}