Delete a Q&A entry
DELETE/v2/training_data/qna/{id}
Removes a Q&A entry from the workspace and attempts search-index cleanup. Delete only entries your pipeline owns; a merged entry may have several contributing sources.
Delete a Q&A entry
curl https://do.featurebase.app/v2/training_data/qna/$ID \
-X DELETE \
-H "Authorization: Bearer $FEATUREBASE_API_KEY"{
"id": "67ec1234abcd5678ef901235",
"deleted": true,
"object": "qna"
}Returns Examples
{
"id": "67ec1234abcd5678ef901235",
"deleted": true,
"object": "qna"
}