---
title: "POST /v1/{+parent}/permissions:batchDelete"
method: POST
path: "/v1/{+parent}/permissions:batchDelete"
tags: ["notes"]
---

# POST /v1/{+parent}/permissions:batchDelete

`POST /v1/{+parent}/permissions:batchDelete`

Deletes one or more permissions on the note. The specified entities will immediately lose access. A permission with the `OWNER` role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.

## Path parameters

- `parent` string, required

## Request body

- BatchDeletePermissionsRequest — The request to remove one or more permissions from a note. A permission with the `OWNER` role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.
  - `names` string[] — Required. The names of the permissions to delete. Format: `notes/{note}/permissions/{permission}`

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/keep.md) · [All operations](https://skmtc.dev/google/apis/keep/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/keep/revisions/302ce571469e/schema)
