Remove a user from given department.

DELETE /actions/persons/{person_id}/departments/{department_id}

Path parameters

Responses

  • 204

    User removed from given department

DELETE /actions/persons/{person_id}/departments/{department_id}
curl \
 -X DELETE http://localhost:8080/api/actions/persons/{person_id}/departments/{department_id} \
 -H "Authorization: $API_KEY"