---
title: "Remove association for multiple users to a specific folder"
method: DELETE
path: "/directory/v1/folder/{id}/users"
tags: ["Directory (Sites)"]
---

# Remove association for multiple users to a specific folder

`DELETE /directory/v1/folder/{id}/users`

## Path parameters

- `id` string, required

## Query parameters

- `user_ids` string[]

## Response `200`

A successful response.

- S12DirectoryV1RemoveUsersAssociationResponse — Result returned from `RemoveUsersAssociationResponse`
  - `user_status` object — Map of UserIDs for users with an association type of "MEMBER" with their resulting status after removing access to the folder. This map corresponds to the list of UserIDs passed through `user_ids` in `RemoveUsersAssociationRequest` For example: <Key,Value> -> <5441fffcde344415bb7ccaceda27e196, Status>
  - `manager_status` object — Map of UserIDs for users with an association type of "MANAGER" with their resulting status after removing access to the folder. This map corresponds to the list of UserIDs passed through `manager_user_ids` in `RemoveUsersAssociationRequest` For example: <Key,Value> -> <5441fffcde344415bb7ccaceda27e196, Status>

## 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)
