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.
curl --request DELETE \
--url https://api.hubapi.com/settings/v3/users/{userId} \
--header 'Authorization: Bearer <token>'This response has no body data.Supported products
Required Scopes
Was this page helpful?