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