Skip to main content
DELETE
Removes a user

Supported products

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

The unique identifier of the user to delete.

Query Parameters

idProperty
enum<string>

Specifies the property to identify the user. Valid values are 'USER_ID' or 'EMAIL'.

Available options:
EMAIL,
USER_ID

Response

Last modified on August 3, 2026