---
title: "Bulk Delete Reports"
method: POST
path: "/api/v1/reports/bulk/delete"
tags: ["reports"]
---

# Bulk Delete Reports

`POST /api/v1/reports/bulk/delete`

Delete many reports in one call — non-admins only delete what they own.

Silently skips anything the caller can't touch so a partial mistake
doesn't fail the whole batch. The ``affected`` count is the honest
number deleted, not the number requested.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Request body

- AppSchemasReportBulkDeleteRequest
  - `report_ids` integer[], required

## Response `200`

Successful Response

- BulkResponse
  - `affected` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
