Create an endpoint and implement API logic to handle when a user no longer wants to be subscribed to the messaging service. When a user opts to be removed from the messaging service, the app should: * [ ] Delete a user from the redis data store so that they are no longer contacted by the messaging script * [ ] Send a confirmation message (via both web and text) that the user was deleted
Create an endpoint and implement API logic to handle when a user no longer wants to be subscribed to the messaging service.
When a user opts to be removed from the messaging service, the app should: