Rest API - HTTP Status Codes
In a REST API, you want to chain a
204 No Content response after a successful DELETE operation using async/await in Node.js. Which code snippet correctly implements this?