# Remove person from department **DELETE /actions/persons/{person_id}/departments/{department_id}** Remove a user from given department. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **person_id** (string(uuid)) Person unique identifier - **department_id** (string(uuid)) Department unique identifier ## Responses ### 204: User removed from given department [Powered by Bump.sh](https://bump.sh)