Is your feature request related to a problem?
I'm using WAHA with the GOWS engine.
The WAHA API already supports deleting messages in general, but this feature is currently missing in the GOWS engine.
Describe the solution you'd like
Please add full support for the Delete Message action in the GOWS engine using the existing endpoint:
- DELETE
/api/{session}/chats/{chatId}/messages/{messageId}
Support for "Delete for Everyone" would be ideal (if available in the protocol), but even "Delete for Me" would be a significant improvement.

Is your feature request related to a problem?
I'm using WAHA with the GOWS engine.
The WAHA API already supports deleting messages in general, but this feature is currently missing in the GOWS engine.
Describe the solution you'd like
Please add full support for the Delete Message action in the GOWS engine using the existing endpoint:
/api/{session}/chats/{chatId}/messages/{messageId}Support for "Delete for Everyone" would be ideal (if available in the protocol), but even "Delete for Me" would be a significant improvement.