injected service use to handle the follower related operations
unique identifier of the entity that has been followed
injected logger used to handle the logging
request context [headers, body, params, query].
body
is required204 Status No Content
This handler is used to delete a follower by applying the following steps in sequence:
Check if request body exists
Delete the follower (followerService.deleteFollower)
Generated using TypeDoc
Delete a follower