---
title: "Remove Subscribers from Segment List"
method: DELETE
path: "/accounts/segment-lists/{listId}/subscribers"
tags: ["Segment List"]
---

# Remove Subscribers from Segment List

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

Removes one or more subscribers from a specific segment list using their  mobile phone numbers. Upon successful removal, the total subscriber count  ('TotalSubscribers') for the segment list is automatically decremented.

## Path parameters

- `listId` string, required

## Request body

- RemoveListSubscriberRequest
  - `subscriberNos` string[], required — An array of mobile phone numbers (subscriberNos) to be removed from the segment list.

## Response `200`

Success

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

## Other responses

- `400` — Bad Request

---

[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)
