injected service use to handle the organization related operations
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
params
is required204 No Content
This handler will delete organization users by applying the following steps in sequence:
Get organization id and user is from params
Delete organization user (service.deleteOrganizationUser)
Error
Generated using TypeDoc
Delete organization users handler