Used to expire an entire inbox campaign that is currently live

Examples

Remove an inbox-message from a device:

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/expire/inbox-campaign \
  --header 'content-type: application/json' \
  --data '{
    "apptoken": "YOUR-APPTOKEN",
    "campaign_id": 123456
  }'
Language
Click Try It! to start a request and see the response here!