Study Integration
Detach table from study
Remove the link between a table and a study. The table and study data are not deleted, only the relationship is removed.
post/tables/detach_from_study
Request body
Example request
{
"sid": 452
}Response
successful operation
Example response
{
"status": "success"
}