Delete an item.
client = get_client(url="http://localhost:2024")
await client.store.delete_item(
["documents", "user123"],
key="item456",
)Optional custom headers to include with the request.
Optional query parameters to include with the request.