post https://api.shift.io/v3/roletemplates//replace/
Replaces all instances of a role template with a different one, and deletes the original role template
This call accomplishes two tasks: it deletes a role template, and it assigns a different role template to every user that was assigned the deleted role template. The call requires two path parameters:
- The id of the role template you want to delete
- The id of the role template that should replace all instances of the deleted role template
A 204 code is returned when a role template is successfully deleted and replaced with a different role template.