Authorization: Bearer ********************{
"table_key": "tbl_xxx",
"record_keys": [
"rec_abc",
"rec_def"
]
}curl --location --request DELETE 'https://app.emooai.com/open-api/v1/data/records' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"table_key": "tbl_xxx",
"record_keys": [
"rec_abc",
"rec_def"
]
}'{
"code": 200,
"message": "success",
"data": {
"deleted_count": 2
}
}