Remove a user from given department.
Path parameters
-
person_id Required
-
department_id Required
DELETE /actions/persons/{person_id}/departments/{department_id}
curl \
-X DELETE http://api.example.com/actions/persons/{person_id}/departments/{department_id}