Items
Delete Items by ID
Delete items by id within a namespace (up to 100 ids per request). Frees global quota.
POST
Overview
Delete one or more items by id within a namespace. Item ids are unique per namespace, not globally. Missing ids are listed innot_found_ids without failing the request. Deleting items frees global item quota immediately.
Path parameters
Namespace to delete from.
Headers
Must be
application/jsonBody
Non-empty array of item id strings. Maximum 100 ids per request.
Response fields
Request outcome.
"success" when the delete request completed; "failure" on error.Human-readable result or error description.
Namespace items were deleted from. Present on successful delete.
Number of ids sent in the request. Present on successful delete.
Number of items actually removed. Present on successful delete.
Ids that were not found in the namespace. Present on successful delete (may be empty).