Delete multiple objects in bulk.
POST {{baseUrl}}/deleteObjectsJobs
Create asynchronous job to delete multiple objects for the specified paths. If any of the given paths doesn't exist then job will return status as COMPLETEDWITHERRORS.
Jobs which are completed with or without errors would be deleted periodically.
Data once deleted cannot be recovered.
Request Body
{"subtenantId"=>"<string>", "objects"=>[{"path"=>"<string>"}, {"path"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |