---
title: "Delete Multiple Objects"
method: DELETE
path: "/api/storage/buckets/{bucketName}/objects"
tags: ["Client"]
---

# Delete Multiple Objects

`DELETE /api/storage/buckets/{bucketName}/objects`

Deletes up to 1000 objects from a bucket for the authenticated caller. Object row deletion is authorized through storage RLS, and the response reports per-key outcomes for rows deleted from the database, keys not visible or missing, and provider-level failures.

## Path parameters

- `bucketName` string, required

## Request body

- object
  - `keys` string[], required

## Response `200`

Batch delete result

- object
  - `results` object[], required
    - `key` string, required
    - `status` 'deleted' | 'notFound' | 'failed', required
    - `message` string — Present when status is failed.

## Other responses

- `400` — Invalid bucket name or object keys
- `403` — Permission denied

---

[API](https://skmtc.dev/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.dev/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
