# Delete a discount **DELETE /api/rooms/{roomId}/discounts/{id}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **roomId** (string(uuid)) The id of the room - **id** (string(uuid)) The id of the discount ## Responses ### 200 Success ### 204 If the operation is successfully done ### 401 User is not authenticated. ### 403 User is not authorized (not an admin). [Powered by Bump.sh](https://bump.sh)