---
title: "Batch Hard Delete Outbound Leads"
method: POST
path: "/outbound-leads/batch-hard-delete"
tags: ["Outbound Leads"]
---

# Batch Hard Delete Outbound Leads

`POST /outbound-leads/batch-hard-delete`

Permanently delete outbound leads from the database. Developer-only.

## Request body

- BatchDeleteRequest — Request to batch delete outbound leads.
  - `ids` string[], required — List of outbound lead IDs to delete

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
