Delete an Email
Moves email specified by the numeric email id to the trash by setting its status to 100 (Deleted). The email can be undeleted in either the DailyStory UI or by updating the email's status to 0 (Active) through the API.
Path Parameters
idstringrequired
Id of email to delete
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}