BulkDeleteUsersResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
records | List[BulkDeleteUsersResponseRecords] | ✅ |
BulkDeleteUsersResponseRecords
Properties
Name | Type | Required | Description |
---|---|---|---|
bulk_item_successful | bool | ✅ | Indicates if this item was processed successfully during bulk operation. If false, bulkItemErrors attribute contains the list of errors |
id_ | str | ❌ | Internal identifier of an extension |
bulk_item_errors | List[dict] | ❌ | The list of errors occurred during processing of particular item of bulk operation. Returned only if bulkItemSuccessful is false |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs