---
title: "Delete police for an user"
method: DELETE
path: "/apps/{appId}/access/{userId}"
tags: ["hidden"]
---

# Delete police for an user

`DELETE /apps/{appId}/access/{userId}`

Cancel access for an user on an app

## Path parameters

- `appId` integer, required
- `userId` string, required

## Response `200`

Success

- ApiResponse
  - `code` integer
  - `type` string
  - `message` string

## Other responses

- `404` — App was not found

---

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