---
title: "Declining incoming leads"
method: DELETE
path: "/api/v4/leads/unsorted/{uid}/decline"
---

# Declining incoming leads

`DELETE /api/v4/leads/unsorted/{uid}/decline`

This method allows declining an incoming lead

## Path parameters

- `uid` string, required

## Request body

- object
  - `user_id` integer — The ID of the user performing the decline

## Response `200`

200

- object
  - `uid` string
  - `pipeline_id` integer
  - `category` string
  - `created_at` integer
  - `_embedded` object
    - `leads` object[]
      - `id` integer
      - `_links` object
        - `self` object
          - `href` string
    - `contacts` object[]
      - `id` integer
      - `is_deleted` boolean
      - `is_unsorted` boolean
      - `_links` object
        - `self` object
          - `href` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

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