Vacuum dataset
Vacuum dataset.
When the endpoint returns the status code 200, it means that the vacuuming request is queued. The vacuuming itself might take several hours to complete.
POST
/v2/datasets/{dataset_id}/vacuumFeatures
Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.
Input1
Sent from your browser straight to the API — never to Docsbook, never stored.
(path)
Responses
200VacuumResult
429TooManyVacuumRequests
Example input
curl -X POST 'https://api.axiom.co/v2/datasets/{dataset_id}/vacuum' \
-H 'Authorization: Bearer API_TOKEN'Example output