---
title: "Delete Contact List"
method: DELETE
path: "/groups/{group}"
tags: ["Contact Lists"]
---

# Delete Contact List

`DELETE /groups/{group}`

Delete a contact list

## Path parameters

- `group` string, required

## Response `200`

Contact list deleted successfully

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
