---
title: "Delete All Records from a List"
method: DELETE
path: "/crm/v3/lists/{listId}/memberships"
tags: ["Basic"]
---

# Delete All Records from a List

`DELETE /crm/v3/lists/{listId}/memberships`

Remove **all** of the records from a list. ***Note:*** *The list is not deleted.*

This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

This endpoint only supports lists that have less than 100,000 memberships.

## Path parameters

- `listId` string, required

## Response `204`

No content

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-lists.md) · [All operations](https://skmtc.net/hubspot/apis/crm-lists/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-lists/revisions/2ba1203b03a0/schema)
