post https://waapi.app/api/v1/instances//client/action/unstar-message
Remove star from a message
Log in to see full request history
Response
Remove star from a message
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/unstar-message \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"data": {
"messageId": "true_123456789@c.us_123ABC456DEF",
"unstarred": true
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/unstar-message"
},
"status": "success"
}