Skip to content

Commit 23ae409

Browse files
author
grafitto
committed
Updated documentation
1 parent 6e5dc75 commit 23ae409

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/client/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ console.log(deletedEntity.get('name') + ' was deleted');
160160
Deletes a bunch of entities identified by the provided ids.
161161

162162
```javascript
163-
const entitiesIds = {
164-
entities: ['someid1', 'someid2']
165-
}
163+
const entitiesIds = ['someid1', 'someid2'];
166164

167165
const response = await project.entities.deleteMany(entitiesIds);
168166
console.log(response.deleted); // Number of deleted entities

0 commit comments

Comments
 (0)