get https://apps.applozic.com/rest/ws/message/v2/delete
This API supported by both application user and application bot.
Parameter Description:
Parameter | Required | Default | Description |
---|---|---|---|
key | Yes | Message unique key | |
deleteForAll | No | false | pass value true for deleting particular group message for All users |
Application Bot
In case of Application Bot calling the API, Of-User-Id header is required. Of-User-Id is the userId of the user on behalf of which application bot wants to delete the message.
Response:
Parameter | Description |
---|---|
success | Request is successfully processed |
error | This will come if any exception occurs on the server. In case of any exception contact [email protected] |