DELETE
/
excluded-emails
{
  "existing@domain.com": "success",
  "existing_from_crm@domain.com": "unsupported",
  "unexistent@domain.com": "not_found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Content-Type
string
required

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

filter
string

Filter by email keyword

Body

application/vnd.amp+json
excluded_emails
object[]
required

Response

200 - application/vnd.amp+json
{key}
enum<string>
Available options:
success,
not_found,
unsupported