users
Delete User
DELETE
/
v1
/
admin
/
users
/
Query Parameters
The user_id key to be deleted.
Response
200 - application/json
Representation of a user.
Parameters: id (str): The unique identifier of the user. name (str): The name of the user. created_at (datetime): The creation date of the user.
The name of the user.
The human-friendly ID of the User
The organization id of the user
The creation date of the user.
The update date of the user.
Whether this user is deleted or not.