---
title: "Remove user from plan"
method: DELETE
path: "/users/{userId}/plans/{planId}"
tags: ["users"]
---

# Remove user from plan

`DELETE /users/{userId}/plans/{planId}`

Removes a user's access to all items they were previously shared to within the specified plan. This action can't be reversed.

## Response `200`

Returns result object.

- GenericResult
  - `message` 'PARTIAL_SUCCESS' | 'SUCCESS' — Message that indicates the outcome of the request. (One of `SUCCESS` or `PARTIAL_SUCCESS`.)
  - `resultCode` 0 | 3 — * '0' Success * '3' Partial Success of Bulk Operation

## Other responses

- `400` — This can be caused by the following situations: - Removing a sysadmin. Example response: ```json { "errorCode": 1364, "message": "Seat type cannot be changed. User 48569348493401200 is a sysadmin.", "refId": "abcd1234" } ``` - Removing an inactive user. Example response: ```json { "errorCode": 1366, "message": "Seat type cannot be changed. User 48569348493401200 is inactive. Reactivate the user first.", "refId": "abcd1234" } ```
- `403` — This can be caused by the following situation: - Caller is not a system administrator. ```json { "errorCode": 1004, "message": "You are not authorized to perform this action.", "refId": "abcd1234" } ```
- `default` — Generic error payload.

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
