After_save back to unsaved

Im using after_save event, when goes to frappe.validated = False, the document is saved in the same way.
How can I rollback the doctype to unsaved on script?

There is no event to rollback saved document into unsaved. Better and easy way to validate on validate event or before_save.

Seeā€¦ thanks for reply