v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Email Lists

Delete an email group with given id

Permanently delete an email group. This action is not reversible. We recommend making a user confirm this action before sending the API call.

delete/email-lists/{id}

Path parameters

idinteger required

ID of the email list to delete

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Response

Successful Operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": []
}