Authorization: Bearer ********************{
"dbId": "db_123456",
"tableName": "users",
"ids": [
1,
2,
3
]
}curl --location --request POST 'https://insight.juzibot.com/openapi/knowledge-base/data-knowledge/table/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dbId": "db_123456",
"tableName": "users",
"ids": [
1,
2,
3
]
}'{
"code": 0,
"data": {
"deletedCount": 0
}
}