Yes, that is not currently supported. You may use some extra field,
for example isDeleted, as a flag and instead of deleting right away
just update this flag. To actually delete records, you could create a
custom batch job which periodically deletes flagged records on both
MySQL and Appengine sides.