Cancel scheduled email

Cancel scheduled email

DELETE https://simplemail-nodejs.herokuapp.com/cancel-email/:cancelID

Path Parameters

Name
Type
Description

cancelID*

String

You may obtain this ID from send email's response.

{
    "msg": "Removed email successfully."
}

Last updated