Authorization: Bearer ********************{
"table_key": "tb_xxx"
}curl --location --request DELETE 'https://app.emoosearch.com/open-api/v1/data/table' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"table_key": "tb_xxx"
}'{
"code": 200,
"message": "success",
"data": {
"deleted": true
}
}