Dataset Endpoints
Trim Dataset
Trim dataset
POST
/
datasets
/
{id}
/
trim
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredBody
application/json
maxDuration
string
requiredResponse
200 - application/json
numDeleted
integer
requirednumDeleted has been deprecated on 2022-09-14. There is currently no way to tell how much was trimmed via the trim result. If you need to check how much was deleted you can either query the removed time range, or poll the dataset info endpoint.
Was this page helpful?