Triggered when a user deletes a message for everyone.
Data Erasure
Respect the user's wish to delete the message by removing it from your own database/UI as well.
Best practices
Update your UI to show 'This message was deleted' on the corresponding message ID.
In groups, check the sender ID to know who revoked the message.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.