cURL
curl --request DELETE \ --url https://api.hubapi.com/settings/v3/users/{userId} \ --header 'Authorization: Bearer <token>'
This response has no body data.
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.
userId
IdProperty
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
EMAIL
USER_ID
Was this page helpful?