---
title: "Удаляет место встройки"
method: POST
path: "/rest.application.embedding.delete"
tags: ["rest"]
---

# Удаляет место встройки

`POST /rest.application.embedding.delete`

If `handler` is provided, only the embedding with that handler will be deleted.
		If `userId` is provided, only the embedding for that user will be deleted.
		Request example:
		{
			"clientId": "local.69b9196bdbd793.03286491",
			"placement":"IM_CONTEXT_MENU"
		}

## Request body

- object
  - `clientId` string, required
  - `placement` string, required
  - `handler` string
  - `userId` integer

## Response `200`

Success response

- object
  - `result` object

## Changes

- **2026-03-18** `555e9f0892a0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/changes/rest.application.embedding.delete/post.md)

---

[API](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/revisions/22d960f00876/schema)
