---
title: "Resets the application access to default values"
method: POST
path: "/rest.application.access.reset"
tags: ["rest"]
---

# Resets the application access to default values

`POST /rest.application.access.reset`

Removes all custom access codes and restores the default access settings for the application.
		For personal applications, the default is the owner and administrators only.
		For shared applications, the default is no restrictions (available to everyone).
		Request example:
		{
			"clientId": "local.69b9196bdbd793.03286491"
		}

## Request body

- object
  - `clientId` 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)
