DELETE Report Emails​
DELETE
/reports/emails
Delete campaign email records by their IDs. This permanently removes the email log entries from the database.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Request Body​
application/json
JSON
{
"email_ids": [
0
]
}
Responses​
Emails deleted successfully.
application/json
JSON
{
"message": "string"
}