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