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

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

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

## Path parameters

- `uid` string, required

## Request body

- UnsortedDeclineRequest
  - `user_id` integer — User id on whose behalf the item is declined

## Response `200`

The request has succeeded.

- union
  - UnsortedAcceptResponse
    - `uid` string
    - `pipeline_id` integer
    - `category` 'sip' | 'mail' | 'chats' | 'forms'
    - `created_at` integer
    - `_embedded` UnsortedCreatedEmbedded
      - `leads` RefEntity[]
        - `id` integer
        - `_links` object
      - `contacts` RefEntity[]
        - `id` integer
        - `_links` object
      - `companies` RefEntity[]
        - `id` integer
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

## Changes

- **2026-01-28** `39c245825cb9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexlet/apis/amocrm-api/changes/api/v4/leads/unsorted/:uid/decline/delete.md)

---

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