---
title: "Remove user from access group"
method: DELETE
path: "/access-groups/{accessGroupId}/users/{id}"
tags: ["users"]
---

# Remove user from access group

`DELETE /access-groups/{accessGroupId}/users/{id}`

## Response `204`

User successfully removed from access group

## Other responses

- `403` — with code * **PERMISSION_DENIED** Not permitted to manage access groups
- `404` — with codes * **USER_NOT_FOUND** when user with given id doesn't exist * **USER_NOT_IN_ACCESS_GROUP** when user is not member of access group

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
