injected service use to handle the chat related operations
injected logger used to handle the logging
request context [headers, body, params, query].
params.id
is required204 Status No Content
This handler will delete subscription by applying the following steps in sequence:
Delete subscription (chatService.deleteOneSubscription)
Return 204 Status No Content
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
Delete subscription handler