CE-2730: Support archive/unarchive IOC type feature
The logical delete (archive) function has been separated from the hard delete endpoint, and now it can be found under /types/{id}/archive
(Types.archiveType), and it returns the updated IOC type.
The restore IOC type function has been renamed to unarchive: /types/{id}/unarchive
(Types.unarchiveType) and it changed to POST from PATCH.
Closes CE-2730