v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
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

db_idstring required

Database ID (alphanumeric, underscores only, lowercase)

table_idstring required

Table ID (alphanumeric, underscores only, lowercase)

sidinteger required

Study ID (internal ID)

Example request

{
  "sid": 452
}

Response

successful operation

statusstring
resultboolean

True if detachment was successful

Example response

{
  "status": "success"
}