DELETE - User

Removes the specified user from the platform entirely.

Parameters

  • user_id (str): Target user ID of the user you would like to delete

Returns

  • None

How To Use:

my_api.users.delete_user(
    "user_ID"
)

Last updated

Was this helpful?