type: object description: SUMMARY x-schemaName: AdminUserDeleteResponse required: - id - object - deleted properties: id: type: string title: id description: The user's ID. object: type: string title: object description: The user's object. default: user deleted: type: boolean title: deleted description: The user's deleted. parent: type: object description: The user's parent.