Namespace Management
Namespace Delete Job Status
Poll progress of an asynchronous namespace delete job.
GET
Overview
Returns status for a namespace delete started by Delete namespace.Path parameters
Namespace the delete job belongs to. Must match the namespace used when the job was started.
Job id returned from the delete response.
Response fields
Id of the delete job.
Namespace being deleted.
Job state on success:
"running", "completed", or "failed". On lookup errors: "failure".Number of items in the namespace when the delete started.
Number of items removed so far. Equals
total_items when job status is "completed".Error message when job
status is "failed"; otherwise null.ISO 8601 UTC timestamp when the job started.
ISO 8601 UTC timestamp of the last job update.
ISO 8601 UTC timestamp when the job finished;
null while the job is "running".Error description when the job cannot be found.