Deletes a node revision.
$revision_id: The revision ID to delete.
TRUE if the revision deletion was successful; otherwise, FALSE.
function node_revision_delete($revision_id) { entity_revision_delete('node', $revision_id); }