---
title: "Removes a user"
method: DELETE
path: "/settings/v3/users/{userId}"
tags: ["Users"]
---

# Removes a user

`DELETE /settings/v3/users/{userId}`

Removes a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

## Path parameters

- `userId` string, required

## Query parameters

- `idProperty` 'EMAIL' | 'USER_ID'

## Response `204`

No content

## Other responses

- `default` — An error occurred.

## Changes

- **2026-08-17** (v3) `b5b726b64126` — 2 info
  - the security scope `crm.objects.users.write` was added to the endpoint's security scheme `oauth2`
  - the security scope `settings.users.write` was removed from the endpoint's security scheme `oauth2`
- **2026-07-13** (v3) `0cf03274b2c8` — 1 info
  - endpoint added
- **2026-07-13** (v3) `88afd8abb54e` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** (v3) `0cf03274b2c8` — 2 info
  - the security scope `crm.objects.users.write` was added to the endpoint's security scheme `oauth2`
  - the security scope `settings.users.write` was removed from the endpoint's security scheme `oauth2`
- **2026-06-15** (v3) `7742dcf4e0c9` — 2 info
  - the security scope `crm.objects.users.write` was added to the endpoint's security scheme `oauth2`
  - the security scope `settings.users.write` was removed from the endpoint's security scheme `oauth2`

[Full history](https://skmtc.dev/hubspot/apis/settings-user-provisioning/changes/settings/v3/users/:userId/delete.md)

---

[API](https://skmtc.dev/hubspot/apis/settings-user-provisioning.md) · [All operations](https://skmtc.dev/hubspot/apis/settings-user-provisioning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/settings-user-provisioning/revisions/b5b726b64126/schema)
