---
title: "Deletes the application access codes"
method: POST
path: "/rest.application.access.delete"
tags: ["rest"]
---

# Deletes the application access codes

`POST /rest.application.access.delete`

Removes specified access codes from the application.
		Only the provided codes are removed; other existing codes remain unchanged.
		Administrators and personal application owners always have access regardless of access codes.
		Request example:
		{
			"clientId": "local.69b9196bdbd793.03286491",
			"codes": ["D1"]
		}

## Request body

- object
  - `clientId` string, required
  - `codes` string[], required

## Response `200`

Success response

- object
  - `result` object
    - `result` boolean

---

[API](https://skmtc.net/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.net/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/versions/3660cc6bfaf5/schema)
