---
title: "Delete Segment List"
method: DELETE
path: "/accounts/segment-lists/{listId}"
tags: ["Segment List"]
---

# Delete Segment List

`DELETE /accounts/segment-lists/{listId}`

Permanently deletes a specific subscriber segment list from the account using its unique identifier.  Once deleted, the list container and its associated subscriber associations are permanently removed.

## Path parameters

- `listId` string, required

## Response `200`

List deleted successfully.

- ExternalApiResponseNew
  - `appCode` string
  - `message` string
  - `isError` boolean

## Other responses

- `400` — Bad request or invalid list ID provided.

---

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