Thread Datasets
Remove threads from a dataset
Remove threads from a dataset.
POST
/
tune.dataset.ThreadDatasetService
/
RemoveThreadsFromDataset
Authorizations
X-Tune-Key
string
headerrequiredTune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)
Body
application/json
auth
object
datasetId
string
The ID of dataset to remove threads.
threadIds
string[]
List of thread IDs to remove.
Response
200 - application/json
datasetId
string
The ID of dataset.
threadIds
string[]
List of thread IDs removed.
Was this page helpful?