---
title: "POST /org-storage/leads-objects/delete"
method: POST
path: "/org-storage/leads-objects/delete"
tags: ["org-storage"]
---

# POST /org-storage/leads-objects/delete

`POST /org-storage/leads-objects/delete`

Delete one or more leads objects.

## Request body

- object
  - `type` string — type of object to delete
  - `slug` string — slug of the object to delete
  - `leadObjectId` string — id of a lead object to delete

## Response `200`

Leads objects successfully deleted.

- object
  - `deletedCount` number, required

## Other responses

- `400` — Invalid payload provided.
- `500` — Unexpected error while deleting leadsObject.

---

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