---
title: "Desvincular archivos de una entidad"
method: DELETE
path: "/api/v4/{entity}/{entity_id}/files"
---

# Desvincular archivos de una entidad

`DELETE /api/v4/{entity}/{entity_id}/files`

El método permite desvincular archivos de una entidad seleccionada.

## Query parameters

- `entity` 'leads' | 'contactos' | 'compañías'
- `entity_id` integer

## Request body

- object
  - `RAW_BODY` object[]
    - `uuid` string — UUID de archivo

## Response `202`

202

- object

## Other responses

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

---

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