vector, contents, metadata).
| Parameter | Type | Description |
|---|---|---|
ids | const std::vector<std::string>& | IDs to delete. |
key | KeyContext | Key context for the operation. A bare 32-byte index key (the index_key) implicitly converts to a KeyContext. For an RBAC user, pass cyborg::KeyContext{user_kek, user_id} (write permission required). |
Exceptions
std::runtime_error
std::runtime_error
- Throws if the items could not be deleted.
- Throws if the supplied key context lacks write permission.