---
title: "Delete an email group with given id"
method: DELETE
path: "/email-lists/{id}"
tags: ["Email Lists"]
---

# Delete an email group with given id

`DELETE /email-lists/{id}`

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

## Path parameters

- `id` integer, required

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Response `200`

Successful Operation

- EmptyResponse
  - `responseStatus` integer — Http status code of the response.
  - `data` string[]

---

[API](https://skmtc.net/prismic/apis/exavault-api.md) · [All operations](https://skmtc.net/prismic/apis/exavault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prismic/exavault-api/revisions/a1bd874b5960/schema)
