---
title: "Delete mail thread"
method: DELETE
path: "/mailbox/mailThreads/{id}"
tags: ["Mailbox"]
---

# Delete mail thread

`DELETE /mailbox/mailThreads/{id}`

Marks a mail thread as deleted.

## Path parameters

- `id` integer, required

## Response `200`

Marks mail thread as deleted

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `id` integer — The ID of the deleted mail thread

---

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