---
title: "POST /documents/v1/bulk/remove_owners"
method: POST
path: "/documents/v1/bulk/remove_owners"
tags: ["Documents"]
---

# POST /documents/v1/bulk/remove_owners

`POST /documents/v1/bulk/remove_owners`

## Request body

- S12DocumentsV1BulkRemoveFileOwnersRequest — Request to remove owners from multiple files.
  - `file_ids` string[] — The IDs of the files you want to remove owners from. To get the `file_id`, open the file in the SafetyCulture web app and copy the last part of the URL. For example, in this link `https://app.safetyculture.com/documents/document/765aa2e6-69cb-43b5-8ab4-48ab26e2a094`, the file ID is `765aa2e6-69cb-43b5-8ab4-48ab26e2a094`.
  - `user_ids` string[] — The IDs of the users you want to remove as owners. To get the `user_id`, open the user in the SafetyCulture web app and copy the last part of the URL before /profile. For example, in this link `https://app.safetyculture.com/organisation/role_d7b113c0c6774a59b8cfdea1ab1da89a/users/user_7a7cddac38ac4dd197304ba0d05b981a/profile`, the user ID is `user_7a7cddac38ac4dd197304ba0d05b981a`.
  - `group_ids` string[] — The IDs of the groups you want to remove as owners. To get the `group_id`, open the group in the SafetyCulture web app and copy the last part of the URL before /users. For example, in this link `https://app.safetyculture.com/organisation/role_d7b113c0c6774a59b8cfdea1ab1da89a/groups/role_1ebbbca147644b5aa4ea646429f941e7/users`, the group ID is `role_1ebbbca147644b5aa4ea646429f941e7`.

## Response `200`

A successful response.

- S12DocumentsV1BulkRemoveFileOwnersResponse

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
