---
title: "Remove a User from the Account"
method: DELETE
path: "/accounts/{account}/actions/remove/{user}"
tags: ["users"]
---

# Remove a User from the Account

`DELETE /accounts/{account}/actions/remove/{user}`

Removes a user from the account. This revokes all access policies
and team memberships associated with the account for that user.

## Path parameters

- `account` string, required
- `user` string, required

## Response `204`

Successfully removed.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — The user or account not found.
- `4XX` — Client error.
- `5XX` — Server error.

---

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