---
title: "Bulk deletes saves.
Max of 5000 saves per request."
method: POST
path: "/toolbox-service/v1/saves:bulkDelete"
tags: ["Creator Store"]
---

# Bulk deletes saves.
Max of 5000 saves per request.

`POST /toolbox-service/v1/saves:bulkDelete`

## Request body

- BulkDeleteSavesRequest, nullable — Request model for bulk deleting saves
  - `targets` DeleteSaveRequest[], nullable, required — A list of saves being deleted
    - `targetType` 'Audio' | 'Model' | 'Decal' | 'Plugin' | 'MeshPart' | 'Video' | 'FontFamily', required — This represents a "subset" of Toolbox.Service.CategoryType options and represent the full set of "categories" (or asset types) that can be searched upon from the toolbox search API.
    - `targetId` integer, required — The ID of the asset being deleted
    - `collectionName` string, nullable — Custom collections are not currently supported. This field should be omitted.

## Response `200`

Success

- BulkDeleteSavesResponse, nullable — Response model for bulk delete saves operation
  - `deletedCount` integer — Number of saves that were successfully deleted

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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