This call gets the details of an asynchronous bulk deletion job. This information will be available for up to a month after the job has been completed.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/async/files/delete/{job_id}
Response
Response body
Key | Data type | Description |
---|---|---|
| string | ID of this delete job. |
| string | The result of the delete job. |
| string | The type of job which is DELETE. |
| string | The following states are available: SUBMITTED |
| string | The number of files that failed to delete. |
| string | The number of files that were successfully deleted. |
| string | The total number of files that were processed for the job. |
| string | The time and date the deletion job started. |
| string | The time and date the deletion job has finished. |