Delete an Email

Soft-deletes the email by setting its status to Deleted. The email can be undeleted either in the DailyStory UI or by posting to Create or Update an Email with status set to Active. Historical send stats (total_sent, total_opened, etc.) are retained.

Path Parameters
idnumberrequired
Id of the email to delete.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": {} }