Deletes the given entity(ies) from the datastore. You can only delete
entities from your app. If there is an error, raises a subclass of
datastore_errors.Error.
Args
the primary keys of the entities to delete
keys
Key or string or list of Keys or strings
config
Optional Configuration to use for this request, must be specified
as a keyword argument.
Raises
TransactionFailedError, if the Delete could not be committed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function `Delete` removes one or more specified entities from the datastore."],["Deletion is limited to entities belonging to the application that is calling this function."],["The `keys` argument, representing the primary keys of the entities to be deleted, can be a single key or a list of keys."],["The `config` argument can be used for configuring the delete operation."],["The function may raise a `TransactionFailedError` if it fails to commit the deletion."]]],[]]