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
string
required
Namespace to delete from.
Headers
string
required
Must be
application/jsonBody
array
required
Non-empty array of item id strings. Maximum 100 ids per request.
Response fields
string
Request outcome.
"success" when the delete request completed; "failure" on error.string
Human-readable result or error description.
string
Namespace items were deleted from. Present on successful delete.
number
Number of ids sent in the request. Present on successful delete.
number
Number of items actually removed. Present on successful delete.
array
Ids that were not found in the namespace. Present on successful delete (may be empty).