Archives a version of an object.
The ID of the object version which will be archived.
FM_api('Undo_archive', [ 'id'=>'90003' ] );
{"ok":1}
If the version was already archived beforehand:
{"ok":1,"warning":"no change needed"}
If the "id" parameter is not set or has a value less than 1:
If the "id" parameter does not match the ID of an existing version:
Last updated 2 years ago
{"error":"missing or invalid parameter: id"}
{"error":"undo entry does not exist"}