prune-archived-data
To delete data that has been archived from your Aidbox database you can make /execution/aidbox.archive/prune-archived-data
request. You also can make this automatically with pruneArchivedData
parameter of create-archive request.
prune-archived-data properties:
Properties
Required
Description
archiveId
archiveId
property of succeeded create-archive response if it archived at least 1 row.
To fetch status of the task make /execution/aidbox.archive/prune-archived-data/[task_id]
request with id from prune-archived-data response:
Last updated