DELETE
/
settings
/
v3
/
users
/
{userId}
Removes a user
curl --request DELETE \
  --url https://api.hubapi.com/settings/v3/users/{userId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Required Scopes

This API requires one of the following scopes:
  • crm.objects.users.write
  • settings.users.write

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

userId
string
required

Identifier of user to delete

Query Parameters

idProperty
enum<string>

The name of a property with unique user values. Valid values are USER_ID(default) or EMAIL

Available options:
USER_ID,
EMAIL