/** Delete a user. Only admins can delete others or purge users. */
parameters: {
/** @description Whether to definitely remove this user. Only deleted users can be purged. */
query?: {
purge?: boolean;
};
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */