Delete Alexa Reminder Element

Deletes a reminder for an Alexa Skill identified by an alertToken.

Parameters:

Example of ${status.reminder} Return Variable Name value:

    {
            "alertToken": "eb5e1fdf-b7a2-4e8b-a17b-1edd6404c6ad",
            "createdTime": "2022-01-31T09:10:06.052Z",
            "updatedTime": "2022-01-31T09:10:37.966Z",
            "trigger": {
                "type": "SCHEDULED_RELATIVE",
                "scheduledTime": "2022-01-31T10:10:21.000",
                "timeZoneId": "Europe\/Paris",
                "offsetInSeconds": 15,
                "recurrence": null
            },
            "status": "ON",
            "alertInfo": {
                "spokenInfo": {
                    "content": [
                        {
                            "locale": "en-US",
                            "text": "Feed your kitties.",
                            "ssml": "Feed your kitties."
                        }
                    ]
                }
            },
            "pushNotification": {
                "status": "ENABLED"
            },
            "version": "4"
    }
    

Flows: