cURL
curl --request DELETE \ --url https://api.cal.com/v2/notifications/subscriptions/app-push \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]" } '
{ "status": "success", "message": "App push subscription removed successfully" }
value must be Bearer <token> where <token> is api key prefixed with cal_
Bearer <token>
<token>
Expo Push Token to remove
EXPO_PUSH_TOKEN_REGEX
"ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]"
success
error
"success"
"App push subscription removed successfully"
Was this page helpful?