Deletes a user in your organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization User ID
Successful response with details about an Organization User.
{
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": "organization_sub_user",
"email": "user@example.com",
"user_status": "enabled",
"organization_user_bypasses_sso": false,
"created_at": "2018-02-02T22:25:27.521Z",
"last_sign_in_at": "2018-02-02T22:25:27.521Z"
}