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 with campaign_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
  }'
Language
Click Try It! to start a request and see the response here!