delete https://mobile.retailrocket.net/mobilepush/v1/subscriptions/fcm
This request provides the ability to unsubscribe the FCM token from mobile push notifications.
Responses
This request provides the ability to unsubscribe the FCM token from mobile push notifications.
xxxxxxxxxx
12curl --request DELETE \
--url https://mobile.retailrocket.net/mobilepush/v1/subscriptions/fcm \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'x-Api-Key: 5b333f5697a528b0184b6017' \
--data '
{
"partnerId": "59908d02c7d013ce40de715a",
"fcmToken": "01GV5GME9RWNT4NZD1VG7NEFZ8",
"timestamp": "2023-01-15T15:53:00+00:00"
}
'
Try It!
to start a request and see the response here! Or choose an example: