delete-archive
To delete archived data from cloud you should start deleting process with /execution/aidbox.archive/delete-archive
task.
delete-archive properties:
Properties
Required
Description
archiveId
archiveId
property of succeeded create-archive status response if it archived at least 1 row.
POST /execution/aidbox.archive/delete-archive
accept: text/yaml
content-type: text/yaml
archiveId: 07738389-196d-4879-a2da-04e9cd9272
To fetch status of the task make /execution/aidbox.archive/delete-archive/[task_id]
request with id from delete-archive response:
GET /execution/aidbox.archive/delete-archive/646fbd75-7365-4422-938a-0ba8d0efcb0e
accept: text/yaml
content-type: text/yaml
Last updated
Was this helpful?