Skip to content
View as Markdown

DELETE Delete Contact Emails​

DELETE
/subscribers/{id}/emails

Delete specific email records for a contact by their email IDs. Only deletes campaign emails belonging to the specified contact.

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)

Parameters​

Path Parameters

id*

The contact ID.

Type
integer
Required

Request Body​

application/json
JSON
{
"email_ids": [
0
]
}

Responses​

Emails deleted successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI