---
title: "Delete person picture"
method: DELETE
path: "/persons/{id}/picture"
tags: ["Persons"]
---

# Delete person picture

`DELETE /persons/{id}/picture`

Deletes a person’s picture.

## Path parameters

- `id` integer, required

## Response `200`

Success

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

---

[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)
