---
title: "DELETE /v1/batch/"
method: DELETE
path: "/v1/batch/"
tags: ["memories"]
---

# DELETE /v1/batch/

`DELETE /v1/batch/`

Batch delete multiple memories (up to 1000) in a single API call.

## Request body

- object
  - `memories` object[], required — Array of memory objects to delete.
    - `memory_id` string, uuid, required — The unique identifier of the memory to delete.

## Response `200`

Successfully deleted memories

- object
  - `message` string

## Other responses

- `400` — Bad Request.

---

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