injected service use to handle the attribute related operations
injected logger used to handle the logging
request context [headers, body, params, query].
params.attributeId
is required204 Status No Content
This handler is used to delete an attribute by applying the following steps in sequence:
Get the attributeId from params
Delete the attribute (attributeService.deleteAttribute)
Return the status code 204
404 NBError Not Found
500 NBError Internal Server Error
Generated using TypeDoc
Delete Attribute Handler