post https://external-api.xtremepush.com/api/external/remove/inbox-message
Used to remove an inbox message that has already been sent.
Just one of
device_id
,user_id
,profile_id
parameters should be used (in combination withcampaign_id
).
Examples
Remove an inbox-message from a device:
curl --request POST \
--url https://external-api.xtremepush.com/api/external/remove/inbox-message \
--header 'content-type: application/json' \
--data '{
"apptoken": "YOUR-APPTOKEN",
"campaign_id": 2419622,
"device_id": 72662088
}'