bulk_delete_items
Remove multiple items from a Directus collection at once by providing their unique IDs. This action permanently deletes the specified items.
Instructions
Delete multiple items from a collection at once by their IDs. This action cannot be undone. Example: {collection: "articles", ids: [1, 2, 3]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| ids | Yes | Array of item IDs |