---
title: "Remove User from Access Group"
method: DELETE
path: "/access/v1/access_groups/group/user"
tags: ["Access Groups"]
---

# Remove User from Access Group

`DELETE /access/v1/access_groups/group/user`

Remove an access user to an access group with the Verkada defined group ID and the user defined either by their User ID or their External ID.
Both the group ID and the User ID(or External ID) are passed as query parameter in the URL.

## Query parameters

- `group_id` string, uuid, required — The unique identifier of the Access Group managed by Verkada.
- `external_id` string — A unique identifier managed externally provided by the customer.
- `user_id` string, uuid — The unique identifier of the user managed by Verkada.

## Response `200`

ok

---

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