---
title: "DELETE /user/objects/batch"
method: DELETE
path: "/user/objects/batch"
tags: ["/user/"]
---

# DELETE /user/objects/batch

`DELETE /user/objects/batch`

## Request body

- BatchDeleteRequest
  - `types` string[], required — Array of object types to delete (e.g., stories, storycontent, modules, presets)

## Response `200`

Specified object types have been successfully deleted.

## Other responses

- `400` — A validation error occured.
- `401` — Access Token is incorrect.
- `500` — An unknown error occured.

---

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